Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vcptr committed Mar 25, 2020
1 parent cb1ad79 commit e34c33b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
mkdir -p $GOPATH/src/v2ray.com/core
pushd $GOPATH/src/v2ray.com/core
git clone --progress https://github.com/v2fly/v2ray-core.git .
bash $REPO/ci-package.sh nosource noconf codename=$(cat ReleaseTag) buildname=docker-fly-amd64 abpathtgz=$REPO/v2ray-amd64.tgz
bash $REPO/ci-package.sh nosource noconf codename=$(cat ReleaseTag) buildname=docker-fly-arm64 arm64 abpathtgz=$REPO/v2ray-arm64.tgz
bash $REPO/ci-package.sh nosource noconf codename=$(cat ReleaseTag) buildname=docker-fly-armv7 arm7 abpathtgz=$REPO/v2ray-armv7.tgz
HASH=$(git rev-parse --short HEAD)
bash $REPO/ci-package.sh nosource noconf codename=v2fly-${HASH} buildname=dockerfly-amd64 abpathtgz=$REPO/v2ray-amd64.tgz
bash $REPO/ci-package.sh nosource noconf codename=v2fly-${HASH} buildname=dockerfly-arm64 arm64 abpathtgz=$REPO/v2ray-arm64.tgz
bash $REPO/ci-package.sh nosource noconf codename=v2fly-${HASH} buildname=dockerfly-armv7 arm7 abpathtgz=$REPO/v2ray-armv7.tgz
-
name: Dockerhub login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
--platform=linux/amd64,linux/arm/v7,linux/arm64 \
--output "type=image,push=true" \
--file ./Dockerfile.X . \
--tag $(echo "${DOCKER_USERNAME}" | tr '[:upper:]' '[:lower:]')/v2fly-core:${TAG}
--tag $(echo "${DOCKER_USERNAME}" | tr '[:upper:]' '[:lower:]')/v2fly-core:${GITTAG}

0 comments on commit e34c33b

Please sign in to comment.