mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
build: fix container image targets (#1856)
Use stacker to build OCI image. Use podman/docker to build docker image. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
ca1c3288cf
commit
c6407354b5
@@ -152,3 +152,15 @@ jobs:
|
||||
cat /tmp/gc-bench-s3.log
|
||||
exit 1
|
||||
- uses: ./.github/actions/teardown-localstack
|
||||
|
||||
docker-image:
|
||||
name: Build docker image (for users still using Docker environments)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/clean-runner
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v4
|
||||
- name: Build image
|
||||
run: |
|
||||
make docker-image
|
||||
|
||||
Reference in New Issue
Block a user