Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
sionsmith committed Oct 28, 2024
1 parent d126289 commit 8e1e74c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
repository: osodevops/strimzi-connect-all-in-one
tags: ${{ steps.tagging.outputs.new_tag }}
tags: |
${{ secrets.DOCKER_USERNAME }}/strimzi-connect-all-in-one:${{ steps.tagging.outputs.new_tag }}

0 comments on commit 8e1e74c

Please sign in to comment.