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 d126289 commit 8e1e74cCopy full SHA for 8e1e74c
.github/workflows/release.yaml
@@ -33,7 +33,5 @@ jobs:
33
uses: docker/build-push-action@v2
34
with:
35
push: true
36
- username: ${{ secrets.DOCKER_USERNAME }}
37
- password: ${{ secrets.DOCKER_TOKEN }}
38
- repository: osodevops/strimzi-connect-all-in-one
39
- tags: ${{ steps.tagging.outputs.new_tag }}
+ tags: |
+ ${{ secrets.DOCKER_USERNAME }}/strimzi-connect-all-in-one:${{ steps.tagging.outputs.new_tag }}
0 commit comments