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 \