Skip to content

Commit

Permalink
Merge pull request #525 from kubewarden/renovate/docker-build-push-ac…
Browse files Browse the repository at this point in the history
…tion-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
viccuad committed Sep 18, 2023
2 parents b227a9a + 69d1975 commit fc6e1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build and push container image
if: ${{ inputs.push-image }}
id: build-image
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: ./Dockerfile
Expand All @@ -72,7 +72,7 @@ jobs:
# and they run on amd64 arch, let's skip the arm64 build for now.
name: Build linux/amd64 container image
if: ${{ inputs.push-image == false }}
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit fc6e1e8

Please sign in to comment.