This commit is contained in:
parent
3aaad47c2b
commit
a114f0a7f8
1 changed files with 2 additions and 1 deletions
|
@ -55,11 +55,12 @@ jobs:
|
|||
run: |
|
||||
[ -r ${XDG_RUNTIME_DIR}/containers/auth.json ] && cat ${XDG_RUNTIME_DIR}/containers/auth.json
|
||||
[ -r ~/.docker/config.json ] && cat ~/.docker/config.json
|
||||
podman run localhost/default:latest 'nix --version'
|
||||
|
||||
- name: Push image
|
||||
run: >-
|
||||
podman push
|
||||
--auth-file=${XDG_RUNTIME_DIR}/containers/auth.json
|
||||
--authfile=${XDG_RUNTIME_DIR}/containers/auth.json
|
||||
--creds="${{ forge.actor }}:${{ forge.token }}"
|
||||
localhost/default:latest
|
||||
${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}
|
Loading…
Add table
Add a link
Reference in a new issue