Archived
Private
Public Access
1
0

fixed build.yaml (again)

This commit is contained in:
2023-05-17 18:56:07 +02:00
parent f1ec42c00e
commit 517a740f28

View File

@@ -30,7 +30,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: &{{ env.DOCKER_IMAGE }}-frontend:latest
tags: ${{ env.DOCKER_IMAGE }}-frontend:latest
backend:
@@ -55,4 +55,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: &{ { env.DOCKER_IMAGE } }-backend:latest
tags: ${{ env.DOCKER_IMAGE }}-backend:latest