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 dc68d81 commit e6f1a9eCopy full SHA for e6f1a9e
.github/workflows/build-kubectl.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
IMAGE_NAME: kubectl
49
BUILD_CONTEXT: ./kubectl
50
- BUILD_ARGS: ${{ step.data.build_args }}
+ BUILD_ARGS: ${{ steps.data.build_args }}
51
BUILD_TARGET: debian-kubectl
52
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
53
IMAGE_REPOSITORY: ghcr.io/cooptilleuls/sre
0 commit comments