commit
46cfbdeecd
1 changed files with 9 additions and 1 deletions
10
.github/workflows/pipeline-release.yml
vendored
10
.github/workflows/pipeline-release.yml
vendored
|
@ -48,6 +48,14 @@ jobs:
|
||||||
|
|
||||||
- run: unzip -qq artifact_${{github.run_number}}.zip -d artifact
|
- run: unzip -qq artifact_${{github.run_number}}.zip -d artifact
|
||||||
|
|
||||||
|
- name: Write semantic Version in config file
|
||||||
|
uses: jacobtomlinson/gha-find-replace@v3
|
||||||
|
with:
|
||||||
|
find: "<version-addhere>"
|
||||||
|
replace: "${{ steps.version.outputs.version }}"
|
||||||
|
regex: false
|
||||||
|
include: "artifact/config.mjs"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Archive Release for application
|
- name: Archive Release for application
|
||||||
|
@ -77,7 +85,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
reponame: 'h2invent/jitsi-admin-matrix-bot'
|
reponame: 'h2invent/jitsi-admin-matrix-bot'
|
||||||
dockerfile_path: './Dockerfile'
|
dockerfile_path: './Dockerfile'
|
||||||
directory: '.'
|
directory: 'artifact/'
|
||||||
version: h2invent/jitsi-admin-matrix-bot:latest,h2invent/jitsi-admin-matrix-bot:${{ needs.create_release.outputs.create_release_output }}
|
version: h2invent/jitsi-admin-matrix-bot:latest,h2invent/jitsi-admin-matrix-bot:${{ needs.create_release.outputs.create_release_output }}
|
||||||
secrets:
|
secrets:
|
||||||
dockerhub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
dockerhub_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue