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 ef9b77a commit 974f10aCopy full SHA for 974f10a
.github/workflows/build-kubectl.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
KUBECTL_VERSION=$(echo '${{needs.fetch-data.outputs.versions }}' | jq -r --arg KEY "${{ matrix.tag }}" '.[$KEY]')
45
echo "build_args=KUBECTL_VERSION=$KUBECTL_VERSION" >> "$GITHUB_OUTPUT"
46
- echo "tags=$KUBECTL_VERSION,${{matrix.tag}}" >> "$GITHUB_OUTPUT"
+ echo "tags=$KUBECTL_VERSION\n${{matrix.tag}}" >> "$GITHUB_OUTPUT"
47
48
- name: Build-kubetcl-with-shell
49
uses: coopTilleuls/action-docker-build-push@custom-tags
@@ -54,7 +54,7 @@ jobs:
54
BUILD_TARGET: debian-kubectl
55
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
56
IMAGE_REPOSITORY: ghcr.io/cooptilleuls/sre
57
- CUSTOM_TAG: ${{ steps.data.outputs.tags }}
+ CUSTOM_TAGS: ${{ steps.data.outputs.tags }}
58
59
60
0 commit comments