diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f7b41ec..f6bf6b7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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 }}