riiight, should've seen that one coming....
Some checks failed
Test action / Print hello world (push) Failing after 1m53s
Some checks failed
Test action / Print hello world (push) Failing after 1m53s
This commit is contained in:
parent
cd53e4c008
commit
f31317304e
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ jobs:
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: >-
|
run: >-
|
||||||
podman push
|
podman push
|
||||||
--authfile=${XDG_RUNTIME_DIR}/containers/auth.json
|
--authfile=~/.docker/config.json
|
||||||
--creds="${{ forge.actor }}:${{ forge.token }}"
|
--creds="${{ forge.actor }}:${{ forge.token }}"
|
||||||
localhost/default:latest
|
localhost/default:latest
|
||||||
${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}
|
${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}
|
Loading…
Add table
Add a link
Reference in a new issue