Skip to content

Commit 044c0db

Browse files
authored
Merge pull request #328 from sir-gon/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents 3dc2436 + 6e245c7 commit 044c0db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v4
2525

2626
- name: "LINT: Build and push"
27-
uses: docker/build-push-action@v6
27+
uses: docker/build-push-action@v7
2828
with:
2929
context: .
3030
target: lint
@@ -39,7 +39,7 @@ jobs:
3939
path: /tmp/${{ env.ARTIFACT_NAME }}_lint.tar
4040

4141
- name: "TEST: Build and push"
42-
uses: docker/build-push-action@v6
42+
uses: docker/build-push-action@v7
4343
with:
4444
context: .
4545
target: testing
@@ -54,7 +54,7 @@ jobs:
5454
path: /tmp/${{ env.ARTIFACT_NAME }}_test.tar
5555

5656
- name: "PRODUCTION: Build and push"
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: .
6060
target: production

0 commit comments

Comments
 (0)