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.
2 parents 99e43d4 + 94a6b54 commit 1cf1d4eCopy full SHA for 1cf1d4e
1 file changed
.github/workflows/ci_cd.yml
@@ -62,9 +62,8 @@ jobs:
62
63
- name: Build Docker image
64
run: |
65
- docker build -t $IMAGE_NAME:latest -t $IMAGE_NAME:${{ github.sha }} .
+ docker build -t $IMAGE_NAME:latest .
66
67
- name: Push Docker image
68
69
docker push $IMAGE_NAME:latest
70
- docker push $IMAGE_NAME:${{ github.sha }}
0 commit comments