mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
GHA: Fix podman push error 'obs-server:latest: image not known'
This commit is contained in:
parent
afcf76aa44
commit
722bd5003a
3
.github/workflows/container-image.yaml
vendored
3
.github/workflows/container-image.yaml
vendored
@ -39,4 +39,5 @@ jobs:
|
||||
env:
|
||||
GHCR_USER: ${{ secrets.GHCR_USER }}
|
||||
run: |
|
||||
podman push obs-server:latest "ghcr.io/$GHCR_USER/obs-server:latest"
|
||||
podman images
|
||||
podman push "ghcr.io/$GHCR_USER/obs-server:latest" "ghcr.io/$GHCR_USER/obs-server:latest"
|
||||
|
Loading…
Reference in New Issue
Block a user