Skip to content

Commit 5ab686f

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
username: ${{ github.actor }}
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Push image
29-
uses: docker/build-push-action@v6
29+
uses: docker/build-push-action@v7
3030
with:
3131
context: .
3232
push: true
3333
tags: |
3434
ghcr.io/${{ github.repository }}:${{ github.sha }}
3535
- name: Tag & Push branch image
36-
uses: docker/build-push-action@v6
36+
uses: docker/build-push-action@v7
3737
with:
3838
context: .
3939
push: true
@@ -42,7 +42,7 @@ jobs:
4242
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
4343
- name: Tag & Push latest image
4444
if: github.ref_name == 'main'
45-
uses: docker/build-push-action@v6
45+
uses: docker/build-push-action@v7
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)