Skip to content

Commit 8e1e74c

Browse files
committed
try this
1 parent d126289 commit 8e1e74c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ jobs:
3333
uses: docker/build-push-action@v2
3434
with:
3535
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 }}
36+
tags: |
37+
${{ secrets.DOCKER_USERNAME }}/strimzi-connect-all-in-one:${{ steps.tagging.outputs.new_tag }}

0 commit comments

Comments
 (0)