Skip to content

Commit

Permalink
Image should have different name from Ansible one
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-buchan committed Jan 8, 2025
1 parent 6d07b20 commit c8388da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oracle-observer-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Load and retag image for publish
run: |
docker load --input /tmp/oracle-observer-image.tar
docker tag hmpps-delius-operational-automation:${{ github.sha }} ghcr.io/ministryofjustice/hmpps-delius-operational-automation:${{ steps.safe_tag.outputs.SAFE_TAG }}
docker tag hmpps-delius-operational-automation:${{ github.sha }} ghcr.io/ministryofjustice/hmpps-delius-operational-automation-oracle-observer:${{ steps.safe_tag.outputs.SAFE_TAG }}
- name: Log into ghcr
uses: docker/login-action@v3
Expand All @@ -215,5 +215,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Publish image
run: docker push ghcr.io/ministryofjustice/hmpps-delius-operational-automation:${{ steps.safe_tag.outputs.SAFE_TAG }}
run: docker push ghcr.io/ministryofjustice/hmpps-delius-operational-automation-oracle-observer:${{ steps.safe_tag.outputs.SAFE_TAG }}

0 comments on commit c8388da

Please sign in to comment.