Skip to content

Commit

Permalink
fix(release): use organization secrets for pushing to dockerhub
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant authored and fruch committed Sep 15, 2024
1 parent 6bf5aff commit dec6aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
with:
version: '${{ needs.tag.outputs.version }}'
secrets:
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
REGISTRY: ${{ secrets.REGISTRY }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
build:
needs: ['tag']
uses: "./.github/workflows/build.yml"
Expand Down

0 comments on commit dec6aac

Please sign in to comment.