Skip to content

Commit

Permalink
Merge pull request #2017 from docwhat/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6.6.1

chore(deps): bump docker/build-push-action from 6.5.0 to 6.6.1
  • Loading branch information
github-actions[bot] authored Aug 7, 2024
2 parents ed97817 + 9a6e252 commit 1ddf80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./script/ci-prep.bash

- name: Build and push
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
Expand Down

0 comments on commit 1ddf80d

Please sign in to comment.