ci(continous-delivery): fix wrong version

This commit is contained in:
Julien Neuhart
2025-03-26 11:38:56 +01:00
parent 6c727b7e51
commit e7c77b7bf3

View File

@@ -24,7 +24,7 @@ jobs:
with:
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
version: pr-${{ github.event.pull_request.number }}
version: ${{ github.event.release.tag_name }}
platform: linux/amd64
skip_integrations_tests: true
@@ -44,7 +44,7 @@ jobs:
with:
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
version: pr-${{ github.event.pull_request.number }}
version: ${{ github.event.release.tag_name }}
platform: linux/386
skip_integrations_tests: true
@@ -64,7 +64,7 @@ jobs:
with:
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
version: pr-${{ github.event.pull_request.number }}
version: ${{ github.event.release.tag_name }}
platform: linux/arm64
skip_integrations_tests: true
@@ -84,7 +84,7 @@ jobs:
with:
docker_hub_username: ${{ secrets.DOCKERHUB_USERNAME }}
docker_hub_password: ${{ secrets.DOCKERHUB_TOKEN }}
version: pr-${{ github.event.pull_request.number }}
version: ${{ github.event.release.tag_name }}
platform: linux/arm/v7
skip_integrations_tests: true