mirror of
https://gitea.com/action-examples/Go.git
synced 2026-03-27 16:30:08 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
741442ba9a |
@@ -90,10 +90,12 @@ jobs:
|
|||||||
ACTIONS_RUNTIME_TOKEN: ""
|
ACTIONS_RUNTIME_TOKEN: ""
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64, linux/arm64
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.docker-meta.outputs.tags }}
|
tags: ${{ steps.docker-meta.outputs.tags }}
|
||||||
labels: ${{ steps.docker-meta.outputs.labels }}
|
labels: ${{ steps.docker-meta.outputs.labels }}
|
||||||
provenance: false
|
provenance: false
|
||||||
sbom: false
|
sbom: false
|
||||||
|
cache-from: type=registry,ref=gitea/example-go:buildcache
|
||||||
|
cache-to: type=registry,ref=gitea/example-go:buildcache,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user