Skip to content

Commit b894e24

Browse files
committed
fix: Action deployed from docker
1 parent 07d3438 commit b894e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
needs: release
8787
if: needs.release.outputs.new_release_published == 'true'
8888
env:
89-
IMAGE: docker.pkg.github.com/cocreate-app/cocreate-docs/cocreate-docs
89+
IMAGE: cocreateapps/cocreate-docs
9090
VERSION: ${{ needs.release.outputs.new_release_version }}
9191
steps:
9292
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)