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 8f4b6b3 commit 66bb78eCopy full SHA for 66bb78e
.github/workflows/cnf-test-partner-image.yaml
@@ -57,7 +57,7 @@ jobs:
57
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
58
59
- name: 'Build and push the new `cnf-test-partner` image'
60
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
61
with:
62
push: true
63
file: ${{ env.IMAGE_CONTAINER_FILE_PATH }}
.github/workflows/debug-partner-image.yaml
@@ -62,7 +62,7 @@ jobs:
64
- name: 'Build and push the new `debug-partner` image'
65
66
67
68
0 commit comments