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