Skip to content

Commit

Permalink
Fix docker username environment variable in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz authored Nov 27, 2023
1 parent ff0ad2a commit b379d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/amd64 \
--tag ${{ secrets.DOCKER_USERNAME }}/electrs:$TAG \
--tag ${{ secrets.DOCKER_USERNAME }}/electrs:latest \
--tag ${{ secrets.DOCKER_HUB_USER }}/electrs:$TAG \
--tag ${{ secrets.DOCKER_HUB_USER }}/electrs:latest \
--output "type=registry" . \
--build-arg commitHash=$SHORT_SHA

0 comments on commit b379d24

Please sign in to comment.