diff --git a/.github/workflows/automated.yml b/.github/workflows/automated.yml index 9b4e2b55..27725381 100644 --- a/.github/workflows/automated.yml +++ b/.github/workflows/automated.yml @@ -55,7 +55,7 @@ jobs: needs: release if: needs.release.outputs.new_release_published == 'true' env: - IMAGE: docker.pkg.github.com/cocreate-app/cocreate-docs + IMAGE: docker.pkg.github.com/cocreate-app/cocreate-docs/cocreate-docs VERSION: ${{ needs.release.outputs.new_release_version }} steps: - name: Checkout repository