Skip to content

Commit

Permalink
Fix Defalut conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Jan 6, 2022
1 parent 0ff05ee commit 4b8bdfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/Build Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout master
uses: actions/checkout@master
with:
ref: default
- name: Get version
id: get_version
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Publish Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
steps:
- name: Checkout master
uses: actions/checkout@master
with:
ref: default
- name: Publish Latest Package
uses: ilteoood/docker_buildx@master
if: startsWith(github.repository, 'qiandao-today/pycurl-docker')
with:
publish: true
imageName: ghcr.io/qiandao-today/pycurl-docker-default # dockerid/imageName
platform: linux/386,linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 # 你准备构建的镜像平台
tag: latest
tag: default-latest
dockerServer: ghcr.io
dockerUser: ${{ secrets.DOCKER_USERNAME }} # dockerServer Username 在setting创建secrets name=DOCKER_USERNAME value=dockerid
dockerPassword: ${{ secrets.GITHUB_TOKEN }} # dockerServer Token

0 comments on commit 4b8bdfa

Please sign in to comment.