Build always
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 2m22s
Java CI with Maven / build-and-push-backend (push) Successful in 8s

This commit is contained in:
sebastian 2024-04-16 18:51:24 +02:00
parent e88b030b03
commit 5554e58e06

View File

@ -28,7 +28,6 @@ jobs:
- uses: actions/checkout@v2
- name: Log into registry at Gitea
uses: docker/login-action@v2
if: ${{ github.ref == 'refs/heads/master' }}
with:
registry: https://git.fawkes100.de
username: ${{ secrets.REGISTRY_USER }}
@ -45,7 +44,6 @@ jobs:
- name: Build and Push Latest Docker Image
id: build-and-push-latest
uses: docker/build-push-action@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
context: frontend/.
file: frontend/Dockerfile