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 344a6b2 commit 5c6079fCopy full SHA for 5c6079f
.github/workflows/automated.yml
@@ -55,7 +55,7 @@ jobs:
55
needs: release
56
if: needs.release.outputs.new_release_published == 'true'
57
env:
58
- IMAGE: docker.pkg.github.com/cocreate-app/cocreate-docs
+ IMAGE: docker.pkg.github.com/cocreate-app/cocreate-docs/cocreate-docs
59
VERSION: ${{ needs.release.outputs.new_release_version }}
60
steps:
61
- name: Checkout repository
0 commit comments