Skip to content

Commit 2c9b902

Browse files
authored
Update docker-image.yml
1 parent 228452b commit 2c9b902

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
fallback: 1.0.0
3333

3434
- if: ${{ steps.previoustag.outputs.tag == '1.0.0' }}
35-
name: Build and push
35+
name: Build and push only latest
3636
uses: docker/build-push-action@v2
3737
with:
3838
context: Backend
3939
push: true
4040
tags: dielee/receipt-manager-webapp:latest
4141

4242
- if: ${{ steps.previoustag.outputs.tag != '1.0.0' }}
43-
name: Build and push
43+
name: Build and push latest and version
4444
uses: docker/build-push-action@v2
4545
with:
4646
context: Backend

0 commit comments

Comments
 (0)