Skip to content

Commit

Permalink
test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
aedan committed Jan 3, 2025
1 parent cc95a74 commit 20a1bb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/image-pull-and-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
docker tag ${{ matrix.image }} $GHCR_IMAGE
echo "GHCR_IMAGE=$GHCR_IMAGE" >> $GITHUB_ENV
- name: List Local Docker Images
run: docker images

- name: Print out variable used to push to GHCR
run : echo ${{ env.GHCR_IMAGE }}

- name: Push to GHCR
uses: docker/build-push-action@v6
with:
Expand Down
1 change: 0 additions & 1 deletion .original-images.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[
"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 20a1bb6

Please sign in to comment.