Skip to content

Commit

Permalink
Fix: remove docker tagging to time command
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Nov 27, 2023
1 parent b7fc1d2 commit 61ad9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
docker build -t $REPO -f Dockerfile.dev .
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 tag $REPO:latest $NAME/$REPO:${{steps.current-time.outputs.formattedTime}}
docker push $NAME/$REPO:latest
docker push $NAME/$REPO:dev
docker push $NAME/$REPO:${{steps.current-time.outputs.formattedTime}}
# docker push $NAME/$REPO:${{steps.current-time.outputs.formattedTime}}
- name: Run Deploy Script
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 61ad9f9

Please sign in to comment.