Skip to content

Commit

Permalink
Enable container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jan 16, 2025
1 parent 2c6c96b commit 773d644
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ jobs:
purge-primary-key: never

- name: Build image with nix
if: False
run: nix build --accept-flake-config .#containers.x86_64-linux.${{ matrix.image }}.copyTo
- name: Publish tagged image with podman
if: False
run: |
IMAGE_NAME=ghcr.io/${{github.repository_owner}}/${{ matrix.image }}:$IMAGE_TAG
./result/bin/copy-to oci-archive:oci.tar
Expand Down

0 comments on commit 773d644

Please sign in to comment.