Change dockerimage for continues deployment to ubuntu-latest
All checks were successful
Java CI with Maven / test (push) Successful in 1m34s
Java CI with Maven / build-and-push-frontend (push) Successful in 20s

This commit is contained in:
Sebastian Böckelmann 2023-11-13 22:32:02 +01:00
parent 8936dd65f4
commit 0e28d59e3c

View File

@ -23,7 +23,7 @@ jobs:
run: mvn -B package --file backend/pom.xml
build-and-push-frontend:
runs-on: ubuntu-latest-deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Log into registry at Gitea