Skip to content

Commit

Permalink
Merge pull request #10 from H2-invent/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
holema authored Dec 4, 2023
2 parents 1c39884 + 822e848 commit 46cfbde
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:

- 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
Expand Down Expand Up @@ -77,7 +85,7 @@ jobs:
with:
reponame: 'h2invent/jitsi-admin-matrix-bot'
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 }}
secrets:
dockerhub_password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 46cfbde

Please sign in to comment.