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