Skip to content

Commit

Permalink
fix(.github/workflows): not building devcontainer-cloud due to missin…
Browse files Browse the repository at this point in the history
…g params
  • Loading branch information
dotmh committed May 22, 2024
1 parent 089db3c commit 03a462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Publish base container
run: just action-publish devcontainer ${{ github.actor }} ${{secrets.GITHUB_TOKEN}}
- name: Build base cloud container
run: just build
run: just build devcontainer-cloud Cloud.Dockerfile
- name: Publish base cloud container
run: just action-publish devcontainer-cloud ${{ github.actor }} ${{secrets.GITHUB_TOKEN}}

0 comments on commit 03a462f

Please # to comment.