From 1fc3ec1d464a54cee2ffc680f984380477b26d27 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Mon, 28 Nov 2022 11:53:00 +1100 Subject: [PATCH] Ensure publish client programs are executable. --- .github/workflows/build-and-publish-images.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish-images.yaml b/.github/workflows/build-and-publish-images.yaml index b7fb163a..b70e71cd 100644 --- a/.github/workflows/build-and-publish-images.yaml +++ b/.github/workflows/build-and-publish-images.yaml @@ -334,6 +334,7 @@ jobs: - name: Publish client programs shell: bash run: | + chmod +x client-programs/* imgpkg push \ -i ghcr.io/${{github.repository_owner}}/educates-client-programs:${{env.REPOSITORY_TAG}} \ -f client-programs \