Skip to content

Commit

Permalink
Fix: fix typo in docker tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Nov 27, 2023
1 parent 44818c1 commit b7fc1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
REPO: havit-push
run: |
docker build -t $REPO -f Dockerfile.dev .
docker tag $REPO:latest $NAME/#$REPO:latest
docker tag $REPO:latest $NAME/$REPO:latest
docker tag $REPO:latest $NAME/$REPO:dev
docker tag $REPO:latest $NAME/$REPO:${{steps.current-time.outputs.formattedTime}}
docker push $NAME/$REPO:latest
Expand Down

0 comments on commit b7fc1d2

Please sign in to comment.