fix: disable build provenance for gitea registry
This commit is contained in:
@@ -29,6 +29,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: src/GmRelay.Bot/Dockerfile
|
file: src/GmRelay.Bot/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
provenance: false
|
||||||
tags: |
|
tags: |
|
||||||
git.codeanddice.ru/toutsu/gmrelay-bot:latest
|
git.codeanddice.ru/toutsu/gmrelay-bot:latest
|
||||||
git.codeanddice.ru/toutsu/gmrelay-bot:${{ env.VERSION }}
|
git.codeanddice.ru/toutsu/gmrelay-bot:${{ env.VERSION }}
|
||||||
@@ -41,6 +42,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: src/GmRelay.Web/Dockerfile
|
file: src/GmRelay.Web/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
provenance: false
|
||||||
tags: |
|
tags: |
|
||||||
git.codeanddice.ru/toutsu/gmrelay-web:latest
|
git.codeanddice.ru/toutsu/gmrelay-web:latest
|
||||||
git.codeanddice.ru/toutsu/gmrelay-web:${{ env.VERSION }}
|
git.codeanddice.ru/toutsu/gmrelay-web:${{ env.VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user