mirror of
https://gitea.com/docker/build-push-action.git
synced 2025-08-23 03:59:08 +08:00
Compare commits
1 Commits
master
...
ci-oci-art
Author | SHA1 | Date | |
---|---|---|---|
![]() |
25fbbc7ef7 |
2
.github/workflows/.e2e-run.yml
vendored
2
.github/workflows/.e2e-run.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
||||
context: ./test
|
||||
file: ./test/multi.Dockerfile
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
outputs: type=image,oci-artifact=true,push=${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=${{ env.REGISTRY_SLUG || inputs.slug }}:master
|
||||
|
Reference in New Issue
Block a user