mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2025-01-06 20:47:33 +00:00
parent
051ccd20e3
commit
66ac1fa9a7
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@ -19,6 +19,7 @@ env:
|
|||||||
REGISTRY_USERNAME: vividboarder
|
REGISTRY_USERNAME: vividboarder
|
||||||
# github.repository as <account>/<repo>
|
# github.repository as <account>/<repo>
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
PLATFORMS: linux/amd64,linux/arm,linux/arm64
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -87,7 +88,7 @@ jobs:
|
|||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: ${{ steps.buildx.outputs.platforms }}
|
platforms: ${{ env.PLATFORMS }}
|
||||||
|
|
||||||
# Sign the resulting Docker image digest except on PRs.
|
# Sign the resulting Docker image digest except on PRs.
|
||||||
# This will only write to the public Rekor transparency log when the Docker
|
# This will only write to the public Rekor transparency log when the Docker
|
||||||
|
Loading…
Reference in New Issue
Block a user