We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f0336 commit ea3967eCopy full SHA for ea3967e
.github/workflows/publish-to-dockerhub.yml
@@ -17,9 +17,7 @@ jobs:
17
DOCKER_IMAGE=kubeoperator/webkubectl
18
DOCKER_PLATFORMS=linux/amd64,linux/arm64
19
TAG_NAME=${GITHUB_REF#refs/*/}
20
-
21
DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest"
22
23
echo ::set-output name=docker_image::${DOCKER_IMAGE}
24
echo ::set-output name=version::${TAG_NAME}
25
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \
0 commit comments