Skip to content

Commit

Permalink
Still working on it
Browse files Browse the repository at this point in the history
  • Loading branch information
aedan committed Jan 2, 2025
1 parent 007a02b commit a60eb1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/image-pull-and-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,16 @@ jobs:
TAGGED_IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/$(basename ${ORIGINAL_IMAGE})"
docker pull $ORIGINAL_IMAGE
docker tag $ORIGINAL_IMAGE $TAGGED_IMAGE
echo "TAGGED_IMAGE=$TAGGED_IMAGE" >> $GITHUB_ENV
echo "::set-output name=tagged_image::$TAGGED_IMAGE"
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
push: true
tags: |
$TAGGED_IMAGE
# build-args: |
# BASE_IMAGE=${{ matrix.image.path }}
# BASE_TAG=${{ matrix.image.tag }}
${{ steps.pull-and-retag.outputs.tagged_image }}
- 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 a60eb1c

Please sign in to comment.