This commit is contained in:
parent
3d02de9c6c
commit
3aaad47c2b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ jobs:
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: >-
|
run: >-
|
||||||
podman push
|
podman push
|
||||||
--auth-file=${XDG_RUNTIME_DIR}/containers/auth.json&
|
--auth-file=${XDG_RUNTIME_DIR}/containers/auth.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