Skip to content

Commit

Permalink
edit image tag to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyunlee123 committed May 23, 2024
1 parent 7f3b5d4 commit 6e29307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
REPOSITORY: skkuding_expressjs
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG ./expressjs/ &&
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
docker build -t $REGISTRY/$REPOSITORY:latest ./expressjs/ &&
docker push $REGISTRY/$REPOSITORY:latest

0 comments on commit 6e29307

Please sign in to comment.