github(release): disable provenance when building image

This commit is contained in:
Herculino Trotta
2024-12-27 11:20:44 -03:00
parent 5752606fec
commit 8661fb39e8

View File

@@ -40,6 +40,7 @@ jobs:
context: .
file: ./docker/prod/django/Dockerfile
push: true
provenance: false
tags: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }}