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 07d3438 commit b894e24Copy full SHA for b894e24
.github/workflows/automated.yml
@@ -86,7 +86,7 @@ jobs:
86
needs: release
87
if: needs.release.outputs.new_release_published == 'true'
88
env:
89
- IMAGE: docker.pkg.github.com/cocreate-app/cocreate-docs/cocreate-docs
+ IMAGE: cocreateapps/cocreate-docs
90
VERSION: ${{ needs.release.outputs.new_release_version }}
91
steps:
92
- uses: actions/checkout@v2
0 commit comments