Skip to content

Commit 2f0ca93

Browse files
Update docker/build-push-action action to v7 (#446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a49db60 commit 2f0ca93

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)