8000 ci: use depot.dev to build dogfood image by matifali · Pull Request #11378 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

ci: use depot.dev to build dogfood image #11378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 2, 2024
Merged
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 dogfood.yaml
  • Loading branch information
matifali authored Jan 2, 2024
commit 606e0ef57463e45636bc9bd1e22e75140290780d
2 changes: 1 addition & 1 deletion .github/workflows/dogfood.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build and push
uses: depot/build-push-action@v1
with:
project: coder
project: b4q6ltmpzh
token: ${{ secrets.DEPOT_TOKEN }}
context: "{{defaultContext}}:dogfood"
pull: true
Expand Down
0