Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Dockerfile path in CI workflow
  • Loading branch information
matifali committed Jan 17, 2024
commit 7058a63ee5e48655ce32d0b5536237c0de7bf995
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ jobs:
project: 9rcqzb56rm
context: ./build-context
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: ./scripts/Dockerfile
file: ./scripts/Dockerfile.multiarch
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/coder/coder-preview:${{ steps.build.outputs.tag }}
Expand Down
File renamed without changes.