Skip to content

Commit 23ed866

Browse files
committed
use cs50/cli:canary-amd64 base image for branch testing
1 parent 8e44c63 commit 23ed866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build (${{ github.ref_name}})
6969
if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/canary' }}
7070
run: |
71-
export TAG=amd64
71+
export TAG=canary-amd64
7272
export VCS_REF=$(git rev-parse HEAD)
7373
npm install -g @devcontainers/cli
7474
devcontainer build --workspace-folder . --config devcontainer.json --image-name cs50/codespace:${{ github.sha }} --image-name cs50/codespace:${{ github.ref_name }}

0 commit comments

Comments
 (0)