Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dielee authored Aug 10, 2021
1 parent 228452b commit 2c9b902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
fallback: 1.0.0

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

- if: ${{ steps.previoustag.outputs.tag != '1.0.0' }}
name: Build and push
name: Build and push latest and version
uses: docker/build-push-action@v2
with:
context: Backend
Expand Down

1 comment on commit 2c9b902

@monolidth
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe have to change the APT dependencies

Please sign in to comment.