diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 997ca10..2537cb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Build and Push latest Docker image if: github.ref_name == 'main' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: build-args: |- BUILDKIT_INLINE_CACHE=${{ env.DOCKER_BUILDKIT_INLINE_CACHE }} @@ -90,7 +90,7 @@ jobs: - name: Build and Push Docker image release version if: github.ref_type == 'tag' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: build-args: |- BUILDKIT_INLINE_CACHE=${{ env.DOCKER_BUILDKIT_INLINE_CACHE }}