Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacqJingyuH authored Nov 21, 2023
1 parent ffd97f6 commit 9897a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

- name: Push image to GitHub Container Registry
run: |
IMAGE_ID_API=ghcr.io/project-24-ontario-parks-T/$IMAGE_NAME_API
IMAGE_ID_API=ghcr.io/project-24-ontario-parks-t/$IMAGE_NAME_API
echo IMAGE_ID_API=$IMAGE_ID_API
docker tag $IMAGE_NAME_API $IMAGE_ID_API:latest
docker push $IMAGE_ID_API:latest
IMAGE_ID_FRONTEND=ghcr.io/project-24-ontario-parks-T/$IMAGE_NAME_FRONTEND
IMAGE_ID_FRONTEND=ghcr.io/project-24-ontario-parks-t/$IMAGE_NAME_FRONTEND
echo IMAGE_ID_FRONTEND=$IMAGE_ID_FRONTEND
docker tag $IMAGE_NAME_FRONTEND $IMAGE_ID_FRONTEND:latest
docker push $IMAGE_ID_FRONTEND:latest

0 comments on commit 9897a0b

Please sign in to comment.