Skip to content

Commit 8634f4e

Browse files
authored
Merge pull request #460 from sir-gon/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents beb2d7d + 616b076 commit 8634f4e

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@v4
2727

2828
- name: "LINT: Build and push"
29-
uses: docker/build-push-action@v6
29+
uses: docker/build-push-action@v7
3030
with:
3131
context: .
3232
target: lint
@@ -41,7 +41,7 @@ jobs:
4141
path: /tmp/${{ env.ARTIFACT_NAME }}_lint.tar
4242

4343
- name: "TEST: Build and push"
44-
uses: docker/build-push-action@v6
44+
uses: docker/build-push-action@v7
4545
with:
4646
context: .
4747
target: testing
@@ -56,7 +56,7 @@ jobs:
5656
path: /tmp/${{ env.ARTIFACT_NAME }}_test.tar
5757

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

0 commit comments

Comments
 (0)