fix: disable build provenance for gitea registry
Deploy Telegram Bot / build-and-push (push) Failing after 30s
Deploy Telegram Bot / deploy (push) Has been skipped

This commit is contained in:
2026-04-24 18:17:20 +03:00
parent 3e291b0ed5
commit 2eb7d86e48
+2
View File
@@ -29,6 +29,7 @@ jobs:
context: .
file: src/GmRelay.Bot/Dockerfile
push: true
provenance: false
tags: |
git.codeanddice.ru/toutsu/gmrelay-bot:latest
git.codeanddice.ru/toutsu/gmrelay-bot:${{ env.VERSION }}
@@ -41,6 +42,7 @@ jobs:
context: .
file: src/GmRelay.Web/Dockerfile
push: true
provenance: false
tags: |
git.codeanddice.ru/toutsu/gmrelay-web:latest
git.codeanddice.ru/toutsu/gmrelay-web:${{ env.VERSION }}