Skip to content

Commit

Permalink
Merge pull request #837 from kubewarden/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6.5.0

build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0
  • Loading branch information
jvanz authored Jul 22, 2024
2 parents 70a6957 + ce75ce8 commit ab7295f
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@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
with:
context: .
file: ./Dockerfile.github
Expand Down

0 comments on commit ab7295f

Please sign in to comment.