Fix docker username environment variable in github workflow
Some checks failed
Docker build on tag / Build and push to DockerHub (push) Has been cancelled
Some checks failed
Docker build on tag / Build and push to DockerHub (push) Has been cancelled
This commit is contained in:
parent
ff0ad2a565
commit
b379d24cb1
4
.github/workflows/on-tag.yml
vendored
4
.github/workflows/on-tag.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user