This commit is contained in:
Salam-vsem
2025-05-19 15:37:02 +03:00
parent fac450eb72
commit 95e9949dab

View File

@@ -29,9 +29,9 @@ jobs:
labels: |
org.opencontainers.image.source=${{ github.repository }}
org.opencontainers.image.revision=${{ github.sha }}
- name: Debug metadata outputs
run: echo "${{ toJson(steps.meta.outputs) }}"
# - name: Debug metadata outputs
# run: echo "${{ toJson(steps.meta.outputs) }}"
- name: Log in to Docker registry
uses: docker/login-action@v3
@@ -50,9 +50,8 @@ jobs:
linux/amd64
linux/arm64
push: true
tags: |
${{ env.DOCKER_ORG }}/${{ github.event.repository.name }}:${{ steps.meta.outputs.REPO_VERSION }}
${{ env.DOCKER_ORG }}/${{ github.event.repository.name }}:${{ env.DOCKER_LATEST }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Trigger Dokploy Deployment
run: |