mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 01:28:13 -05:00
💚 fix DOCKER_USERNAME: unbound variable
This commit is contained in:
parent
deb5b95d8f
commit
181893eab7
2
.github/workflows/dashboard.yml
vendored
2
.github/workflows/dashboard.yml
vendored
@ -31,6 +31,8 @@ jobs:
|
||||
docker run --mount type=bind,source="$(pwd)",target=/project \
|
||||
--platform linux/amd64 \
|
||||
-e GORELEASER_KEY=$GORELEASER_KEY \
|
||||
-e DOCKER_USERNAME=$DOCKER_USERNAME \
|
||||
-e DOCKER_PASSWORD=$DOCKER_PASSWORD \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
oryd/xgoreleaser:latest --skip-publish --snapshot --rm-dist -f .goreleaser.dashboard.yml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user