From a0e9a6edc6c0bc5ba3f8333d5b8d8d23bcacf6e1 Mon Sep 17 00:00:00 2001 From: Jake Briggs Date: Thu, 2 Jan 2025 17:56:21 -0600 Subject: [PATCH] test 2 --- .github/workflows/image-pull-and-tag.yaml | 11 ++++------- .original-images.yaml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/image-pull-and-tag.yaml b/.github/workflows/image-pull-and-tag.yaml index 35284141..c03126ff 100644 --- a/.github/workflows/image-pull-and-tag.yaml +++ b/.github/workflows/image-pull-and-tag.yaml @@ -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 }} diff --git a/.original-images.yaml b/.original-images.yaml index 43e3939b..caed3045 100644 --- a/.original-images.yaml +++ b/.original-images.yaml @@ -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