Skip to content

Commit

Permalink
add docker creds
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 5, 2024
1 parent b028a53 commit 9047a7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
docker-release:
needs: config
if: needs.config.outputs.has-secrets
env:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
name: docker-release
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 9047a7d

Please sign in to comment.