This commit is contained in:
parent
585f179118
commit
de783d03df
2 changed files with 121 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ jobs:
|
|||
|
||||
- name: Push image
|
||||
run: |
|
||||
set -o xtrace
|
||||
|
||||
podman manifest rm localhost:${{ env.tag }} || true
|
||||
podman manifest create localhost:${{ env.tag }} localhost/default:${{ env.tag }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue