Skip to content

Commit

Permalink
Merge pull request #44 from nabeken/github-renovate/docker-build-push…
Browse files Browse the repository at this point in the history
…-action-digest

chore(deps): update docker/build-push-action digest to 4a13e50
  • Loading branch information
nabeken authored Nov 20, 2023
2 parents 88512eb + c6ef1e2 commit ddbde05
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@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3

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

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

0 comments on commit ddbde05

Please sign in to comment.