docker-deployment #67

Merged
sebastian merged 9 commits from docker-deployment into master 2023-11-14 09:02:19 +01:00
Showing only changes of commit afee5680e1 - Show all commits

View File

@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
if: ${{ github.ref == 'refs/heads/docker-deployment' }} if: ${{ github.ref == 'refs/heads/docker-deployment' }}
with: with:
context: frontend/.
file: frontend/Dockerfile file: frontend/Dockerfile
push: true push: true
tags: git.fawkes100.de/timemanager/timemanager-frontend:latest tags: git.fawkes100.de/timemanager/timemanager-frontend:latest