From 1a32bf7f65f6687ad34cac8b944b30791c535495 Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Thu, 14 Sep 2023 11:20:46 -0300 Subject: [PATCH] ci: bump docker/build-push-action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db1da3e..260f30f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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