Skip to content

Commit

Permalink
Revert "GHA: Fix podman push error 'obs-server:latest: image not known'"
Browse files Browse the repository at this point in the history
This reverts commit 722bd50.
  • Loading branch information
dmach committed Jun 19, 2023
1 parent 722bd50 commit ab967a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
env:
GHCR_USER: ${{ secrets.GHCR_USER }}
run: |
podman images
podman push "ghcr.io/$GHCR_USER/obs-server:latest" "ghcr.io/$GHCR_USER/obs-server:latest"
podman push obs-server:latest "ghcr.io/$GHCR_USER/obs-server:latest"

0 comments on commit ab967a9

Please sign in to comment.