We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc0331 commit 1d6f168Copy full SHA for 1d6f168
.github/workflows/cicd.yaml
@@ -90,4 +90,4 @@ jobs:
90
docker pull 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:latest
91
docker stop text-classification || true
92
docker rm text-classification || true
93
- docker run -d -p 80:5000 -e DAGSHUB_PAT= ${{ secrets.DAGSHUB_PAT }} --name text-classification 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:v1
+ docker run -d -p 80:5000 -e DAGSHUB_PAT= ${{ secrets.DAGSHUB_PAT }} --name text-classification 843369994444.dkr.ecr.eu-north-1.amazonaws.com/text-classification:latest
0 commit comments