Skip to content

Commit 58d6f75

Browse files
Update docker/build-push-action action to v7
1 parent 0f2c645 commit 58d6f75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}
7070
repository: ${{ github.repository }}
7171
short-description: ${{ github.event.repository.description }}
72-
- uses: docker/build-push-action@v6
72+
- uses: docker/build-push-action@v7
7373
if: startsWith(github.ref, 'refs/tags/')
7474
with:
7575
context: .
7676
push: true
7777
tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ github.ref_name }}
7878
build-args: VERSION_ARG=v${{ github.ref_name }}
79-
- uses: docker/build-push-action@v6
79+
- uses: docker/build-push-action@v7
8080
if: startsWith(github.ref, 'refs/heads/')
8181
with:
8282
context: .

0 commit comments

Comments
 (0)