Skip to content

Commit

Permalink
Merge pull request #293 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.4.0
  • Loading branch information
viccuad authored Jun 10, 2024
2 parents a8ad009 + 4cf0a36 commit f4dbcf3
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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit f4dbcf3

Please sign in to comment.