Skip to content

Commit 1cf1d4e

Browse files
authored
Merge pull request #35 from oheyek/dev
feat: leave only latest docker image
2 parents 99e43d4 + 94a6b54 commit 1cf1d4e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ jobs:
6262

6363
- name: Build Docker image
6464
run: |
65-
docker build -t $IMAGE_NAME:latest -t $IMAGE_NAME:${{ github.sha }} .
65+
docker build -t $IMAGE_NAME:latest .
6666
6767
- name: Push Docker image
6868
run: |
6969
docker push $IMAGE_NAME:latest
70-
docker push $IMAGE_NAME:${{ github.sha }}

0 commit comments

Comments
 (0)