From bda3cfdc3a3d743bbaa14d1b8e007cee7a8f6b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:10:16 +0000 Subject: [PATCH] :arrow_up: bump docker/build-push-action Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2cdde995de11925a030ce8070c3d77a52ffcf1c0...1a162644f9a7e87d8f4b053101d1d9a712edc18c) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/publish-image/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/publish-image/action.yml b/.github/actions/publish-image/action.yml index 69e9693..b5e908b 100644 --- a/.github/actions/publish-image/action.yml +++ b/.github/actions/publish-image/action.yml @@ -49,7 +49,7 @@ runs: latest=false - name: Build and export to Docker - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # pin@v5 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # pin@v5 id: build-and-export with: context: "${{ github.server_url }}/${{ github.repository }}.git#${{ inputs.git_ref }}" @@ -78,7 +78,7 @@ runs: # Does not rebuild. Uses internal cache from previous step. - name: Build and Push - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # pin@v5 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # pin@v5 id: build-and-push with: context: "${{ github.server_url }}/${{ github.repository }}.git#${{ inputs.git_ref }}"