Skip to content

Commit ae144a3

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

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
@@ -36,14 +36,14 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Push image
39-
uses: docker/build-push-action@v6
39+
uses: docker/build-push-action@v7
4040
with:
4141
context: .
4242
push: true
4343
tags: |
4444
ghcr.io/${{ github.repository }}:${{ github.sha }}
4545
- name: Tag & Push branch image
46-
uses: docker/build-push-action@v6
46+
uses: docker/build-push-action@v7
4747
with:
4848
context: .
4949
push: true
@@ -52,7 +52,7 @@ jobs:
5252
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
5353
- name: Tag & Push latest image
5454
if: github.ref_name == 'main'
55-
uses: docker/build-push-action@v6
55+
uses: docker/build-push-action@v7
5656
with:
5757
context: .
5858
push: true

0 commit comments

Comments
 (0)