We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb2d7d commit 616b076Copy full SHA for 616b076
.github/workflows/docker-image.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/setup-buildx-action@v4
27
28
- name: "LINT: Build and push"
29
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
30
with:
31
context: .
32
target: lint
@@ -41,7 +41,7 @@ jobs:
41
path: /tmp/${{ env.ARTIFACT_NAME }}_lint.tar
42
43
- name: "TEST: Build and push"
44
45
46
47
target: testing
@@ -56,7 +56,7 @@ jobs:
56
path: /tmp/${{ env.ARTIFACT_NAME }}_test.tar
57
58
- name: "PRODUCTION: Build and push"
59
60
61
62
target: production
0 commit comments