This commit is contained in:
Andras Bacsai
2024-10-14 09:31:32 +02:00
parent bb16808653
commit fb80924a51

View File

@@ -43,8 +43,8 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: | tags: |
${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}:latest ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}:latest ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: | labels: |
coolify.managed=true coolify.managed=true
@@ -78,8 +78,8 @@ jobs:
platforms: linux/aarch64 platforms: linux/aarch64
push: true push: true
tags: | tags: |
${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}:latest-aarch64 ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest-aarch64
${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}:latest-aarch64 ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:latest-aarch64
labels: | labels: |
coolify.managed=true coolify.managed=true