|
@@ -38,21 +38,16 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
|
build-image-rc:
|
|
build-image-rc:
|
|
|
- needs: determine-tags
|
|
|
|
|
-
|
|
|
|
|
uses: weseek/growi/.github/workflows/reusable-app-build-image.yml@rc/6.0.3-with-codebuild
|
|
uses: weseek/growi/.github/workflows/reusable-app-build-image.yml@rc/6.0.3-with-codebuild
|
|
|
with:
|
|
with:
|
|
|
image-name: weseek/growi-codebuild-test
|
|
image-name: weseek/growi-codebuild-test
|
|
|
- tags: ${{ needs.determine-tags.outputs.TAGS }}
|
|
|
|
|
tag-temporary: latest-rc
|
|
tag-temporary: latest-rc
|
|
|
secrets:
|
|
secrets:
|
|
|
AWS_ROLE_TO_ASSUME_FOR_OIDC: ${{ secrets.AWS_ROLE_TO_ASSUME_FOR_OIDC }}
|
|
AWS_ROLE_TO_ASSUME_FOR_OIDC: ${{ secrets.AWS_ROLE_TO_ASSUME_FOR_OIDC }}
|
|
|
- DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
|
|
|
|
- DOCKER_REGISTRY_ON_GITHUB_PASSWORD: ${{ secrets.DOCKER_REGISTRY_ON_GITHUB_PASSWORD }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
publish-image-rc:
|
|
publish-image-rc:
|
|
|
- needs: build-image-rc
|
|
|
|
|
|
|
+ needs: determine-tags
|
|
|
|
|
|
|
|
strategy:
|
|
strategy:
|
|
|
matrix:
|
|
matrix:
|
|
@@ -65,6 +60,5 @@ jobs:
|
|
|
image-name: weseek/growi-codebuild-test
|
|
image-name: weseek/growi-codebuild-test
|
|
|
tag-temporary: latest-rc
|
|
tag-temporary: latest-rc
|
|
|
secrets:
|
|
secrets:
|
|
|
- AWS_ROLE_TO_ASSUME_FOR_OIDC: ${{ secrets.AWS_ROLE_TO_ASSUME_FOR_OIDC }}
|
|
|
|
|
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
|
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
|
|
DOCKER_REGISTRY_ON_GITHUB_PASSWORD: ${{ secrets.DOCKER_REGISTRY_ON_GITHUB_PASSWORD }}
|
|
DOCKER_REGISTRY_ON_GITHUB_PASSWORD: ${{ secrets.DOCKER_REGISTRY_ON_GITHUB_PASSWORD }}
|