Skip to content

Commit f4c687f

Browse files
committed
test build
1 parent 0d6bc7f commit f4c687f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-kubectl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
with:
5353
IMAGE_NAME: kubectl
5454
BUILD_CONTEXT: ./kubectl
55-
BUILD_ARGS: ${{ steps.data.build_args }}
55+
BUILD_ARGS: ${{ steps.data.outputs.build_args }}
5656
BUILD_TARGET: debian-kubectl
5757
REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }}
5858
IMAGE_REPOSITORY: ghcr.io/cooptilleuls/sre
59-
CUSTOM_TAG: ${{ steps.data.tags }}
59+
CUSTOM_TAG: ${{ steps.data.outputs.tags }}
6060

6161

6262

0 commit comments

Comments
 (0)