Skip to content

Commit

Permalink
podman importgit add .github/!
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jan 8, 2025
1 parent bb99d10 commit 5fb99b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Publish image with podman
run: |
./result/bin/copy-to oci-archive:oci.tar
podman save oci.tar ghcr.io/input-output-hk/wst-test
podman push ghcr.io/input-output-hk/wst-test
podman import oci.tar ghcr.io/input-output-hk/wst-test:unstable
podman push ghcr.io/input-output-hk/wst-test:unstable

0 comments on commit 5fb99b6

Please sign in to comment.