Skip to content

Commit

Permalink
updated forgot full ghcr address
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 7, 2021
1 parent 79264c8 commit 84650cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: actions/checkout@v2
- name: Tag latest release in Github Container Registry
env:
UNSTABLE_IMAGE_ID: ${{ secrets.IMAGE_NAME }}-unstable
PROD_IMAGE_ID: ${{ secrets.IMAGE_NAME }}
UNSTABLE_IMAGE_ID: ghcr.io/mlibrary/${{ secrets.IMAGE_NAME }}-unstable
PROD_IMAGE_ID: ghcr.io/mlibrary/${{ secrets.IMAGE_NAME }}
run: |
docker pull $UNSTABLE_IMAGE_ID:${{ github.sha }}
docker tag $UNSTABLE_IMAGE_ID:${{ github.sha }} $PROD_IMAGE_ID:$TAG
Expand Down

0 comments on commit 84650cc

Please sign in to comment.