Skip to content

Commit

Permalink
test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
aedan committed Jan 3, 2025
1 parent 20a1bb6 commit 630fd68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/image-pull-and-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ 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: Create Dummy Dockerfile
run: |
echo "FROM scratch" > Dockerfile
echo "Dummy Dockerfile created successfully!"
- name: Push to GHCR
uses: docker/build-push-action@v6
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 630fd68

Please sign in to comment.