diff --git a/.github/workflows/build-push-actions.yml b/.github/workflows/build-push-actions.yml index df7177cc..fa90644b 100644 --- a/.github/workflows/build-push-actions.yml +++ b/.github/workflows/build-push-actions.yml @@ -23,7 +23,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.PAKETO_BOT_GHCR_PACKAGES_READ_WRITE_TOKEN }} - name: Build and push ${{ matrix.image-dir }} image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: "{{defaultContext}}:actions/${{ matrix.image-dir }}" push: true