We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49db60 commit 2f0ca93Copy full SHA for 2f0ca93
.github/workflows/docker.yml
@@ -36,7 +36,7 @@ jobs:
36
password: ${{ secrets.DOCKER_PASSWORD }}
37
38
- name: Build and Push Docker Images
39
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
40
with:
41
tags: codingteam/emulsion:latest,codingteam/emulsion:v${{ steps.version.outputs.version }}
42
push: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') && 'true' || 'false' }}
0 commit comments