This commit is contained in:
parent
f0ccca7dd6
commit
9c767d6878
1 changed files with 2 additions and 7 deletions
|
@ -22,7 +22,7 @@ steps:
|
||||||
GITHUB_USERNAME: from_secret:GITHUB_USERNAME
|
GITHUB_USERNAME: from_secret:GITHUB_USERNAME
|
||||||
commands:
|
commands:
|
||||||
# - echo $GITHUB_PAT | docker login ghcr.io -u $GITHUB_USERNAME --password-stdin
|
# - echo $GITHUB_PAT | docker login ghcr.io -u $GITHUB_USERNAME --password-stdin
|
||||||
- echo "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" | docker login ghcr.io -u omguerreiro@gmail.com --password-stdin
|
- echo "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" | docker login ghcr.io -u omguerreiro@gmail.com --password-stdin
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, manual]
|
event: [push, pull_request, manual]
|
||||||
|
|
||||||
|
@ -72,8 +72,3 @@ steps:
|
||||||
destination: build
|
destination: build
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, manual]
|
event: [push, pull_request, manual]
|
||||||
|
|
||||||
volumes:
|
|
||||||
artifacts:
|
|
||||||
host:
|
|
||||||
path: /mnt/artifacts
|
|
Loading…
Add table
Add a link
Reference in a new issue