mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
ci/cd: fix github workflow for "minimal" image
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
30c562be6b
commit
b686a48812
@@ -71,7 +71,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
dockerfile: Dockerfile-minimal
|
||||
file: Dockerfile-minimal
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}-minimal:${{ github.event.release.tag_name }}
|
||||
ghcr.io/${{ github.repository }}-minimal:latest
|
||||
|
||||
Reference in New Issue
Block a user