Skip to content

Commit fcbe625

Browse files
Update docker/build-push-action action to v7
1 parent 274a1b8 commit fcbe625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKER_PASSWORD }}
3737

3838
- name: Build and Push Docker Images
39-
uses: docker/build-push-action@v6
39+
uses: docker/build-push-action@v7
4040
with:
4141
tags: codingteam/emulsion:latest,codingteam/emulsion:v${{ steps.version.outputs.version }}
4242
push: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') && 'true' || 'false' }}

0 commit comments

Comments
 (0)