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 8e44c63 commit 23ed866Copy full SHA for 23ed866
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Build (${{ github.ref_name}})
69
if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/canary' }}
70
run: |
71
- export TAG=amd64
+ export TAG=canary-amd64
72
export VCS_REF=$(git rev-parse HEAD)
73
npm install -g @devcontainers/cli
74
devcontainer build --workspace-folder . --config devcontainer.json --image-name cs50/codespace:${{ github.sha }} --image-name cs50/codespace:${{ github.ref_name }}
0 commit comments