Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Dec 6, 2023
1 parent d35656c commit beaf8b4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ on:
description: 'dinky version'
required: true


env:
ALIYUN_DOCKER_REGISTRY_NAMESPACE: ${{ vars.ALIYUN_DOCKER_NAMESPACE }}
DOCKERHUB_REGISTRY_NAMESPACE: ${{ vars.DOCKERHUB_NAMESPACE }}


jobs:
build_releases:
name: build releases
Expand Down Expand Up @@ -70,9 +76,9 @@ jobs:
url: [ registry.cn-hangzhou.aliyuncs.com ,docker.io ]
include:
- url: registry.cn-hangzhou.aliyuncs.com
namespace: dinky
namespace: ${{ env.ALIYUN_DOCKER_REGISTRY_NAMESPACE }}
- url: docker.io
namespace: dinkydocker
namespace: ${{ env.DOCKERHUB_REGISTRY_NAMESPACE }}
steps:
- uses: actions/checkout@v3
- name: Log in to the Container registry,url -> ${{ matrix.url }}
Expand Down Expand Up @@ -107,9 +113,9 @@ jobs:
url: [ registry.cn-hangzhou.aliyuncs.com ,docker.io ]
include:
- url: registry.cn-hangzhou.aliyuncs.com
namespace: dinky
namespace: ${{ env.ALIYUN_DOCKER_REGISTRY_NAMESPACE }}
- url: docker.io
namespace: dinkydocker
namespace: ${{ env.DOCKERHUB_REGISTRY_NAMESPACE }}
steps:
- uses: actions/checkout@v3
- name: Move Dockerfile
Expand Down

0 comments on commit beaf8b4

Please sign in to comment.