fix(ci): podman, defaulting on not stdin password
Some checks failed
/ build (push) Failing after 1m52s
Some checks failed
/ build (push) Failing after 1m52s
This commit is contained in:
parent
ef6719cef9
commit
a7a86ff25a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
- name: Podman Login
|
||||
run: |
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | podman login git.interhacker.space --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
podman login git.interhacker.space --username "${{ secrets.DOCKER_USERNAME }}" --password "${{ secrets.DOCKER_PASSWORD }}"
|
||||
|
||||
- name: Build Container Image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue