Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.1 (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 0c6e5e9 commit 0448efa
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@v5.4.0
uses: docker/build-push-action@v6.0.1
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
Expand Down

0 comments on commit 0448efa

Please sign in to comment.