Skip to content

Commit

Permalink
Merge pull request #12 from HakierGrzonzo/cicd
Browse files Browse the repository at this point in the history
[poprawka] Dodanie automatycznego oznaczania wersji
  • Loading branch information
HakierGrzonzo authored Mar 20, 2022
2 parents 2c21cc9 + 54308e7 commit 2bea7e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./frontend/
#push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
backend:
Expand Down Expand Up @@ -78,5 +78,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./backend/
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 2bea7e9

Please sign in to comment.