mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
ci(actions): build without provenance
this should fix linux/amd64 showing up as unknown/unknown on ghcr
This commit is contained in:
parent
a350ff870a
commit
ec6d77b26b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -58,6 +58,7 @@ jobs:
|
|||
tags: ${{ steps.basemeta.outputs.tags }}
|
||||
labels: ${{ steps.basemeta.outputs.labels }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
provenance: false # workaround, see https://github.com/orgs/community/discussions/45969
|
||||
build-args: |
|
||||
GITREPO=${{ steps.repositorystring.outputs.lowercase }}
|
||||
|
||||
|
@ -129,6 +130,7 @@ jobs:
|
|||
file: install/automated/docker/mariadb-primary.Dockerfile
|
||||
tags: ${{ steps.db-primarymeta.outputs.tags }}
|
||||
labels: ${{ steps.db-primarymeta.outputs.labels }}
|
||||
provenance: false # workaround, see https://github.com/orgs/community/discussions/45969
|
||||
build-args: |
|
||||
VERSION=${{env.DB_VERSION}}
|
||||
|
||||
|
@ -140,5 +142,6 @@ jobs:
|
|||
file: install/automated/docker/mariadb-eventdb.Dockerfile
|
||||
tags: ${{ steps.db-eventmeta.outputs.tags }}
|
||||
labels: ${{ steps.db-eventmeta.outputs.labels }}
|
||||
provenance: false # workaround, see https://github.com/orgs/community/discussions/45969
|
||||
build-args: |
|
||||
VERSION=${{env.DB_VERSION}}
|
Loading…
Reference in a new issue