Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ronykris committed Sep 1, 2024
1 parent f651d5e commit 98897e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# push: true
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/stock-prediction-api:latest
run: |
IMAGE_ID=$(docker images -q stock-prediction-api:$(date +%s))
docker --tag $IMAGE_ID ${{ secrets.DOCKERHUB_USERNAME }}/stock-prediction-api:latest
IMAGE_ID: $(docker images -q stock-prediction-api:$(date +%s))
docker tag $IMAGE_ID ${{ secrets.DOCKERHUB_USERNAME }}/stock-prediction-api:latest
docker push ${{ secrets.DOCKERHUB_USERNAME }}/stock-prediction-api:latest
deploy:
Expand Down

0 comments on commit 98897e3

Please sign in to comment.