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 3dc2436 commit 6e245c7Copy full SHA for 6e245c7
.github/workflows/docker-image.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/setup-buildx-action@v4
25
26
- name: "LINT: Build and push"
27
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
28
with:
29
context: .
30
target: lint
@@ -39,7 +39,7 @@ jobs:
39
path: /tmp/${{ env.ARTIFACT_NAME }}_lint.tar
40
41
- name: "TEST: Build and push"
42
43
44
45
target: testing
@@ -54,7 +54,7 @@ jobs:
54
path: /tmp/${{ env.ARTIFACT_NAME }}_test.tar
55
56
- name: "PRODUCTION: Build and push"
57
58
59
60
target: production
0 commit comments