Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 48aba3b (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-for-tknetworks[bot] <141540558+renovate-for-tknetworks[bot]@users.noreply.github.com>
  • Loading branch information
renovate-for-tknetworks[bot] authored Nov 26, 2024
1 parent 6ba4027 commit 4120f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3

- name: Build for the test
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
context: .
load: true
Expand All @@ -61,7 +61,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 4120f22

Please sign in to comment.