Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:getzealot/zealot into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Dec 31, 2020
2 parents edca624 + 0e66675 commit 66146e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/test_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build the Docker image
run: docker build --build-arg REPLACE_CHINA_MIRROR=false .
uses: elgohr/Publish-Docker-Github-Action@master
env:
REPLACE_CHINA_MIRROR: false
VCS_REF: ${{ github.sha }}
BUILD_DATE: ${{ steps.date.outputs.date }}
TAG: pr-test
with:
name: icyleafcn/zealot:${{ env.TAG }}
no_push: true
buildargs: BUILD_DATE,VCS_REF,TAG,REPLACE_CHINA_MIRROR
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ARG BUILD_DATE
ARG VCS_REF
ARG TAG

ARG ZEALOT_VERSION="4.0.0.rc2"
ARG ZEALOT_VERSION="4.0.0"
ARG REPLACE_CHINA_MIRROR="true"
ARG ORIGINAL_REPO_URL="http://dl-cdn.alpinelinux.org"
ARG MIRROR_REPO_URL="https://mirrors.tuna.tsinghua.edu.cn"
Expand Down

0 comments on commit 66146e0

Please sign in to comment.