Fix docker username environment variable in github workflow
Some checks failed
Docker build on tag / Build and push to DockerHub (push) Has been cancelled

This commit is contained in:
wiz 2023-11-27 20:28:49 +09:00 committed by GitHub
parent ff0ad2a565
commit b379d24cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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