We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9345f6d commit 7c55736Copy full SHA for 7c55736
.github/workflows/publish-self-hostable-docs-cron.yml
@@ -33,6 +33,6 @@ jobs:
33
echo "new_tag=$NEW_TAG" >> $GITHUB_OUTPUT
34
35
- name: Publish to Docker Hub
36
- uses: ./.github/workflows/publish-self-hostable-docs
+ uses: ./.github/workflows/publish-self-hostable-docs.yml
37
with:
38
version: ${{ steps.determine_new_tag.outputs.new_tag }}
0 commit comments