Fix paths
This commit is contained in:
parent
dee9a48b4a
commit
d491f9050d
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: forge.quinefoundation.com
|
REGISTRY: forge.quinefoundation.com
|
||||||
IMAGE: forge.quinefoundation.com/ironmagma/customer-riverside
|
IMAGE: forge.quinefoundation.com/cold-air-networks/customer-riverside
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
-u "${REGISTRY_USERNAME}:${REGISTRY_PASSWORD}" \
|
-u "${REGISTRY_USERNAME}:${REGISTRY_PASSWORD}" \
|
||||||
-H "Accept: application/vnd.oci.image.manifest.v1+json" \
|
-H "Accept: application/vnd.oci.image.manifest.v1+json" \
|
||||||
-I \
|
-I \
|
||||||
"https://${{ env.REGISTRY }}/v2/ironmagma/customer-riverside/manifests/${{ github.sha }}" \
|
"https://${{ env.REGISTRY }}/v2/cold-air-networks/customer-riverside/manifests/${{ github.sha }}" \
|
||||||
| grep -i 'docker-content-digest:' | grep -oE '[a-f0-9]{64}')
|
| grep -i 'docker-content-digest:' | grep -oE '[a-f0-9]{64}')
|
||||||
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
|
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue