|
|
@@ -65,16 +65,3 @@ jobs:
|
|
|
tag-temporary: latest-rc
|
|
|
secrets:
|
|
|
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
|
|
-
|
|
|
- publish-image-rc-ghcr:
|
|
|
- needs: [determine-tags, build-image-rc]
|
|
|
-
|
|
|
- uses: weseek/growi/.github/workflows/reusable-app-create-manifests.yml@master
|
|
|
- with:
|
|
|
- tags: ${{ needs.determine-tags.outputs.TAGS_GHCR }}
|
|
|
- registry: ghcr.io
|
|
|
- image-name: weseek/growi
|
|
|
- tag-temporary: latest-rc
|
|
|
- secrets:
|
|
|
- DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_ON_GITHUB_PASSWORD }}
|
|
|
-
|