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 f542f5d commit a268c70Copy full SHA for a268c70
.github/workflows/deploy.yml
@@ -103,7 +103,7 @@ jobs:
103
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "v")
104
105
- name: build and push
106
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
107
with:
108
file: ./images/${{ matrix.id }}/Dockerfile
109
context: .
@@ -149,7 +149,7 @@ jobs:
149
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "scorecard-kuttl/v")
150
151
152
153
154
file: ./images/scorecard-test-kuttl/Dockerfile
155
0 commit comments