mirror of
https://github.com/ultravioletrs/cocos.git
synced 2026-06-23 04:10:25 +00:00
NOISSUE - Fix CI Docker build
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user