Include repo owner in image name and tag
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 2m2s

This commit is contained in:
Sebastian Böckelmann 2023-11-14 08:31:12 +01:00
parent af716718de
commit e4daee49a1

View File

@ -38,7 +38,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v2 uses: docker/metadata-action@v2
with: with:
images: git.fawkes100.de/timemanager/timemanager-frontend images: git.fawkes100.de/sebastian/timemanager/timemanager-frontend
- name: Build and Push Latest Docker Image - name: Build and Push Latest Docker Image
id: build-and-push-latest id: build-and-push-latest
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
@ -47,4 +47,4 @@ jobs:
context: frontend/. context: frontend/.
file: frontend/Dockerfile file: frontend/Dockerfile
push: true push: true
tags: git.fawkes100.de/timemanager/timemanager-frontend:latest tags: git.fawkes100.de/sebastian/timemanager/timemanager-frontend:latest