We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d42297 commit 2f1af3bCopy full SHA for 2f1af3b
.github/workflows/test-integrations.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
runs-on: ${{ needs.setup.outputs.compute-xl }}
45
repository-name: ${{ github.repository }}
46
- uploaded-binary-name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
+ uploaded-binary-name: ${{ env.CONSUL_BINARY_UPLOAD_NAME }}
47
secrets:
48
elevated-github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
49
@@ -298,7 +298,7 @@ jobs:
298
--target-image consul \
299
--target-version local \
300
--latest-image consul \
301
- --latest-version ${{ env.CONSUL_VERSION
+ --latest-version ${{ env.CONSUL_VERSION }}
302
ls -lrt
303
env:
304
# this is needed because of incompatibility between RYUK container and circleci
0 commit comments