Compare commits
No commits in common. "8a203b605b783982c721b2b1b1841cc1f36f4091" and "60f2fbed61f49bf67247a20fc0166e3dd180c682" have entirely different histories.
8a203b605b
...
60f2fbed61
4 changed files with 0 additions and 11 deletions
1
.github/workflows/release_branch.yml
vendored
1
.github/workflows/release_branch.yml
vendored
|
@ -66,7 +66,6 @@ jobs:
|
||||||
command: environment,quickview,cves,recommendations
|
command: environment,quickview,cves,recommendations
|
||||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ github.ref_name }}
|
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ github.ref_name }}
|
||||||
environment: stable
|
environment: stable
|
||||||
organization: ${{ env.DOCKER_NAMESPACE }}
|
|
||||||
write-comment: true
|
write-comment: true
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
8
.github/workflows/release_stable.yml
vendored
8
.github/workflows/release_stable.yml
vendored
|
@ -59,12 +59,6 @@ jobs:
|
||||||
SUMMARY=$'Image ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ steps.dotclear.outputs.tag }} found.'
|
SUMMARY=$'Image ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ steps.dotclear.outputs.tag }} found.'
|
||||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
- name: rebuild
|
|
||||||
if: ((steps.registry.outputs.image_exists == 'true') && (github.event.inputs.force_rebuild == 'true'))
|
|
||||||
run: |
|
|
||||||
SUMMARY=$'Rebuilding image ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ steps.dotclear.outputs.tag }} is forced.'
|
|
||||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
|
||||||
|
|
||||||
- name: Check repository branch
|
- name: Check repository branch
|
||||||
id: branch
|
id: branch
|
||||||
uses: GuillaumeFalourd/branch-exists@v1.1
|
uses: GuillaumeFalourd/branch-exists@v1.1
|
||||||
|
@ -157,7 +151,6 @@ jobs:
|
||||||
command: environment,quickview,cves,recommendations
|
command: environment,quickview,cves,recommendations
|
||||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ needs.check_image.outputs.version }}
|
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ needs.check_image.outputs.version }}
|
||||||
environment: stable
|
environment: stable
|
||||||
organization: ${{ env.DOCKER_NAMESPACE }}
|
|
||||||
write-comment: true
|
write-comment: true
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
@ -168,7 +161,6 @@ jobs:
|
||||||
command: environment,quickview,cves,recommendations
|
command: environment,quickview,cves,recommendations
|
||||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:latest
|
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:latest
|
||||||
environment: latest
|
environment: latest
|
||||||
organization: ${{ env.DOCKER_NAMESPACE }}
|
|
||||||
write-comment: true
|
write-comment: true
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
1
.github/workflows/release_testing.yml
vendored
1
.github/workflows/release_testing.yml
vendored
|
@ -99,7 +99,6 @@ jobs:
|
||||||
command: environment,quickview,cves,recommendations
|
command: environment,quickview,cves,recommendations
|
||||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ env.DOTCLEAR_CANAL }}
|
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:${{ env.DOTCLEAR_CANAL }}
|
||||||
environment: testing
|
environment: testing
|
||||||
organization: ${{ env.DOCKER_NAMESPACE }}
|
|
||||||
write-comment: true
|
write-comment: true
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
1
.github/workflows/release_unstable.yml
vendored
1
.github/workflows/release_unstable.yml
vendored
|
@ -66,7 +66,6 @@ jobs:
|
||||||
command: environment,quickview,cves,recommendations
|
command: environment,quickview,cves,recommendations
|
||||||
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:dev
|
image: ${{ env.DOCKER_NAMESPACE }}/${{ env.DOTCLEAR_IMAGE }}:dev
|
||||||
environment: unstable
|
environment: unstable
|
||||||
organization: ${{ env.DOCKER_NAMESPACE }}
|
|
||||||
write-comment: true
|
write-comment: true
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue