Skip to content

Commit

Permalink
fix: test docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitamin committed Jun 26, 2021
1 parent 344a6b2 commit 5c6079f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c6079f

Please sign in to comment.