NOISSUE - Fix CI Docker build

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dusan Borovcanin
2023-12-21 17:33:40 +01:00
parent 668552256f
commit 4c53fd26e3
+1 -7
View File
@@ -30,12 +30,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/manager
- name: Build Manager and push Docker image
uses: docker/build-push-action@v5
with:
@@ -44,4 +38,4 @@ jobs:
push: true
build-args: |
SVC=manager
tags: ${{ steps.meta.outputs.tags }}
tags: ghcr.io/ultravioletrs/cocos/manager:latest