Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 14, 2024
1 parent af0ca5b commit 957538c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/.build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
environment:
DOCKER_USERNAME:
from_secret: docker_username
DOCKER_USERNAME:
DOCKER_PASSWORD:
from_secret: docker_password
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/.deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
environment:
DOCKER_USERNAME:
from_secret: docker_username
DOCKER_USERNAME:
DOCKER_PASSWORD:
from_secret: docker_password
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 957538c

Please sign in to comment.