Skip to content

Commit

Permalink
ci: bump docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Sep 14, 2023
1 parent 1fcec70 commit 1a32bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: push "latest" image tag to Docker Hub (tsuru/deploy-agent)
if: contains(github.ref, 'refs/heads/main')
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
tags: tsuru/deploy-agent:latest
Expand Down

0 comments on commit 1a32bf7

Please sign in to comment.