Skip to content

Commit 5c6079f

Browse files
committed
fix: test docker build
1 parent 344a6b2 commit 5c6079f

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
@@ -55,7 +55,7 @@ jobs:
5555
needs: release
5656
if: needs.release.outputs.new_release_published == 'true'
5757
env:
58-
IMAGE: docker.pkg.github.com/cocreate-app/cocreate-docs
58+
IMAGE: docker.pkg.github.com/cocreate-app/cocreate-docs/cocreate-docs
5959
VERSION: ${{ needs.release.outputs.new_release_version }}
6060
steps:
6161
- name: Checkout repository

0 commit comments

Comments
 (0)