Skip to content

Commit

Permalink
Relase version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HariCazorla committed Jul 20, 2022
1 parent 8da4e24 commit 6421ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Docker build and publish to ghcr
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u HariCazorla --password-stdin
docker build . --tag ghcr.io/haricazorla/expense-tracker:latest
docker push ghcr.io/haricazorla/expense-tracker:latest
docker build . --tag ghcr.io/haricazorla/expense-tracker:2.0
docker push ghcr.io/haricazorla/expense-tracker:2.0
# Upload BOM
- name: Setup python
Expand Down

0 comments on commit 6421ad3

Please sign in to comment.