Ready for release soon.

This commit is contained in:
charlesgauthereau
2025-07-17 12:43:00 +02:00
parent ac3b4e424a
commit 2890d6ac40
2 changed files with 14 additions and 3 deletions
+13 -3
View File
@@ -39,7 +39,6 @@ jobs:
fi
echo "tags=$TAGS" >> $GITHUB_OUTPUT
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
@@ -47,10 +46,21 @@ jobs:
context: .
file: ./docker/dockerfile/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.set-tags.outputs.tags }}
target: prod
# Do not delete
# - name: Build and push Docker image
# id: push
# uses: docker/build-push-action@v6
# with:
# context: .
# file: ./docker/dockerfile/Dockerfile
# push: true
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
# target: prod
# - name: Generate artifact attestation
# uses: actions/attest-build-provenance@v2
# with: