Skip to content

Commit

Permalink
test 12
Browse files Browse the repository at this point in the history
  • Loading branch information
aedan committed Jan 3, 2025
1 parent 338f5eb commit 8eeb5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-pull-and-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
setup-matrix:
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
IMAGE_NAME_WITH_TAG="${IMAGE_FULL#*/}" # Remove registry prefix
IMAGE_NAME_ONLY="$(echo $IMAGE_NAME_WITH_TAG | cut -d/ -f2 | cut -d: -f1)" # Extract image name
IMAGE_TAG="$(echo $IMAGE_NAME_WITH_TAG | cut -d: -f2)" # Extract tag
GHCR_IMAGE="${{ env.REGISTRY }}/${{ github.repository_owner }}/$IMAGE_NAME_ONLY:$IMAGE_TAG"
GHCR_IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/$IMAGE_NAME_ONLY:$IMAGE_TAG"
echo "Retagging ${{ matrix.image }} to $GHCR_IMAGE"
docker tag ${{ matrix.image }} $GHCR_IMAGE
Expand Down
1 change: 1 addition & 0 deletions .original-images.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
"docker.io/openstackhelm/heat:2024.1-ubuntu_jammy",
"docker.io/openstackhelm/glance:2024.1-ubuntu_jammy",
"docker.io/openstackhelm/glance:2024.2-ubuntu_jammy",
"docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
]

0 comments on commit 8eeb5e7

Please sign in to comment.