fixed build.yaml (again)
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: &{{ env.DOCKER_IMAGE }}-frontend:latest
|
tags: ${{ env.DOCKER_IMAGE }}-frontend:latest
|
||||||
|
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
@@ -55,4 +55,4 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: &{ { env.DOCKER_IMAGE } }-backend:latest
|
tags: ${{ env.DOCKER_IMAGE }}-backend:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user