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 0d6bc7f commit f4c687fCopy full SHA for f4c687f
.github/workflows/build-kubectl.yml
@@ -52,11 +52,11 @@ jobs:
52
with:
53
IMAGE_NAME: kubectl
54
BUILD_CONTEXT: ./kubectl
55
- BUILD_ARGS: ${{ steps.data.build_args }}
+ BUILD_ARGS: ${{ steps.data.outputs.build_args }}
56
BUILD_TARGET: debian-kubectl
57
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
58
IMAGE_REPOSITORY: ghcr.io/cooptilleuls/sre
59
- CUSTOM_TAG: ${{ steps.data.tags }}
+ CUSTOM_TAG: ${{ steps.data.outputs.tags }}
60
61
62
0 commit comments