Skip to content

Commit

Permalink
Merge pull request #831 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
chore(deps): update docker/build-push-action action to v6.4.1
  • Loading branch information
viccuad authored Jul 22, 2024
2 parents f298530 + 2d2577c commit dc626a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo TAG_NAME=$(echo $GITHUB_REF | sed -e "s|refs/tags/||") >> $GITHUB_ENV
- name: Push and push container image
id: build-image
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
with:
context: .
file: ./Dockerfile.github
Expand Down

0 comments on commit dc626a5

Please sign in to comment.