Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
container:
name: Build, verify, and publish amd64 image
needs: [validate]
uses: dinglebear-ai/workflows/.github/workflows/hosted-container-release.yml@ac57c3208cf92d71c5971bb936df51c400cb1ccf
uses: dinglebear-ai/workflows/.github/workflows/hosted-container-release.yml@e04c7ee5b494b376372023194cb418200761c722
with:
checkout-ref: ${{ needs.validate.outputs.release_ref }}
image: ghcr.io/dinglebear-ai/soma
Expand Down
Loading