Skip to content

Commit

Permalink
fix: manifest image registry names
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 26, 2024
1 parent b148e1e commit 430f422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ jobs:
- name: Populate Manifest
env:
IMAGE_REGISTRY: ${{ inputs.image-registry }}
IMAGE_NAME: ${{ inputs.image-name }}
MANIFEST: ${{ steps.create-manifest.outputs.MANIFEST }}
PLATFORMS: ${{ inputs.platforms }}
DIGESTS_JSON: ${{ steps.load-outputs.outputs.DIGESTS_JSON }}
Expand All @@ -203,7 +205,7 @@ jobs:
podman manifest add $MANIFEST \
--arch $platform \
$IMAGE_REGISTRY@$DIGEST
$IMAGE_REGISTRY/$IMAGE_NAME@$DIGEST
done
- name: Login to GHCR
Expand Down
3 changes: 0 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ fi
# run common packages script
/ctx/packages.sh

## install packages direct from github
/ctx/github-release-install.sh sigstore/cosign x86_64

# use CoreOS' generator for emergency/rescue boot
# see detail: https://github.com/ublue-os/main/issues/653
CSFG=/usr/lib/systemd/system-generators/coreos-sulogin-force-generator
Expand Down

0 comments on commit 430f422

Please sign in to comment.