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 228452b commit 2c9b902Copy full SHA for 2c9b902
1 file changed
.github/workflows/docker-image.yml
@@ -32,15 +32,15 @@ jobs:
32
fallback: 1.0.0
33
34
- if: ${{ steps.previoustag.outputs.tag == '1.0.0' }}
35
- name: Build and push
+ name: Build and push only latest
36
uses: docker/build-push-action@v2
37
with:
38
context: Backend
39
push: true
40
tags: dielee/receipt-manager-webapp:latest
41
42
- if: ${{ steps.previoustag.outputs.tag != '1.0.0' }}
43
+ name: Build and push latest and version
44
45
46
0 commit comments