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 172bc8b commit aaa9032Copy full SHA for aaa9032
.github/workflows/cnf-test-partner-image.yaml
@@ -68,7 +68,7 @@ jobs:
68
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
69
70
- name: 'Build and push the new `cnf-test-partner` image(s)'
71
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
72
with:
73
push: true
74
file: ${{ env.IMAGE_CONTAINER_FILE_PATH }}
.github/workflows/debug-partner-image.yaml
@@ -77,7 +77,7 @@ jobs:
77
type=semver,pattern={{version}}
78
79
- name: 'Build and push the new `debug-partner` image'
80
81
82
83
0 commit comments