debug
This commit is contained in:
@@ -30,6 +30,9 @@ jobs:
|
||||
org.opencontainers.image.source=${{ github.repository }}
|
||||
org.opencontainers.image.revision=${{ github.sha }}
|
||||
|
||||
- name: Debug metadata outputs
|
||||
run: echo "${{ toJson(steps.meta.outputs) }}"
|
||||
|
||||
- name: Log in to Docker registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@@ -48,8 +51,8 @@ jobs:
|
||||
linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||
${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
||||
${{ env.DOCKER_ORG }}/${{ github.event.repository.name }}:${{ steps.meta.outputs.REPO_VERSION }}
|
||||
${{ env.DOCKER_ORG }}/${{ github.event.repository.name }}:${{ env.DOCKER_LATEST }}
|
||||
|
||||
- name: Trigger Dokploy Deployment
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user