From fcbe625c7288df32bb40cc243728f7746e971221 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:48:34 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3365394..2d82455 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -36,7 +36,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and Push Docker Images - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: tags: codingteam/emulsion:latest,codingteam/emulsion:v${{ steps.version.outputs.version }} push: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') && 'true' || 'false' }}