Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aedan committed Jan 2, 2025
1 parent 0c45b72 commit a0e9a6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/image-pull-and-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,12 @@ jobs:
docker pull $ORIGINAL_IMAGE
docker tag $ORIGINAL_IMAGE $TAGGED_IMAGE
echo "TAGGED_IMAGE=$TAGGED_IMAGE" >> $GITHUB_OUTPUT
echo "::set-output name=tagged_image::$TAGGED_IMAGE"
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
- name: Push Docker Image
uses: macbre/push-to-ghcr@master
with:
context: .
push: true
tags: |
${{ steps.pull-and-retag.outputs.tagged_image }}
image_name: ${{ steps.pull-and-retag.outputs.tagged_image }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Logout from Docker
run: docker logout ${{ env.REGISTRY }}
Expand Down
2 changes: 1 addition & 1 deletion .original-images.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
- docker.io/openstackhelm/glance:2024.1-ubuntu_jammy
- docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy
#- docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy

0 comments on commit a0e9a6e

Please sign in to comment.