Skip to content

Commit

Permalink
chore: Test GitHub Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Mar 26, 2021
1 parent 50f0336 commit ea3967e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
DOCKER_IMAGE=kubeoperator/webkubectl
DOCKER_PLATFORMS=linux/amd64,linux/arm64
TAG_NAME=${GITHUB_REF#refs/*/}
DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest"
echo ::set-output name=docker_image::${DOCKER_IMAGE}
echo ::set-output name=version::${TAG_NAME}
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \
Expand Down

0 comments on commit ea3967e

Please sign in to comment.