Skip to content

Commit ea3967e

Browse files
chore: Test GitHub Action.
1 parent 50f0336 commit ea3967e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-to-dockerhub.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
DOCKER_IMAGE=kubeoperator/webkubectl
1818
DOCKER_PLATFORMS=linux/amd64,linux/arm64
1919
TAG_NAME=${GITHUB_REF#refs/*/}
20-
2120
DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest"
22-
2321
echo ::set-output name=docker_image::${DOCKER_IMAGE}
2422
echo ::set-output name=version::${TAG_NAME}
2523
echo ::set-output name=buildx_args::--platform ${DOCKER_PLATFORMS} \

0 commit comments

Comments
 (0)