Skip to content

Commit

Permalink
workflow: podvm_mkosi: Update registry
Browse files Browse the repository at this point in the history
Update the registry for the docker provider image,
so that it uses the input variable, rather than being
hard-coded.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman authored and wainersm committed Jan 30, 2025
1 parent b373bf8 commit d923295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podvm_mkosi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ jobs:
PODVM_TAG=${tag} make push-image-container
arch=$(uname -m)
arch=${arch/x86_64/amd64}
echo "image=ghcr.io/${{ github.repository }}/podvm-docker-image-${arch}:${tag}" >> "$GITHUB_OUTPUT"
echo "image=${{ inputs.registry }}/${{ github.repository }}/podvm-docker-image-${arch}:${tag}" >> "$GITHUB_OUTPUT"
env:
REGISTRY: ghcr.io/${{ github.repository }}
REGISTRY: ${{ inputs.registry }}/${{ github.repository }}

0 comments on commit d923295

Please sign in to comment.