diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index 1a1f647..2fb7b4c 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -52,7 +52,7 @@ jobs: - name: Build and push by digest id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: file: ./${{ matrix.package.name }}/Dockerfile context: . @@ -149,7 +149,7 @@ jobs: GITHUB_REF: ${{ github.ref }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true pull: true