mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-13 18:46:17 +05:00
Skip unused release image export
This commit is contained in:
parent
d2baaf9fe9
commit
079ea0e088
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -211,7 +211,7 @@ jobs:
|
||||
cache-to: type=gha,mode=max,scope=${{ matrix.cache_scope }}
|
||||
outputs: |
|
||||
type=docker,name=${{ matrix.local_tag }}
|
||||
type=oci,dest=${{ runner.temp }}/archivebox-image.tar
|
||||
${{ inputs.full_tests && format('type=oci,dest={0}/archivebox-image.tar', runner.temp) || '' }}
|
||||
type=image,"name=${{ env.DOCKERHUB_IMAGE }},${{ env.GHCR_IMAGE }}",push-by-digest=true,name-canonical=true,push=true
|
||||
|
||||
- name: Build pull request image
|
||||
|
||||
Loading…
Reference in New Issue
Block a user