mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 12:04:02 +00:00
fix(ci): disable provenance to fix image tagging
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -115,6 +115,7 @@ jobs:
|
||||
push: false
|
||||
tags: household-${{ matrix.service }}:ci
|
||||
platforms: linux/amd64
|
||||
provenance: false
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
@@ -168,6 +169,7 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.image.outputs.name }}
|
||||
platforms: linux/amd64
|
||||
provenance: false
|
||||
cache-from: type=registry,ref=${{ steps.image.outputs.cache_ref }}
|
||||
cache-to: type=registry,ref=${{ steps.image.outputs.cache_ref }},mode=max
|
||||
|
||||
|
||||
Reference in New Issue
Block a user