Skip to content

Commit

Permalink
ci: publish docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
liya2017 authored and liya2017 committed Dec 29, 2022
1 parent 27c0b77 commit 4d6c3c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/generate_changlog_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
headerLabel: "# 📑 Changelog"
<<<<<<< HEAD
<<<<<<< HEAD
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["document"]},"Features":{"prefix":"### 🚀 Features","labels":["feature"]},"Enhancement":{"prefix":"### 🔥 Enhancement","labels":["enhancement"]},"bugfix":{"prefix":"🐛 Bug Fixes","labels":["bugfix"]},"refactor":{"prefix":"### 🐝 refactor","labels":["refactor"]},"chore":{"prefix":"### 🧰 Chore","labels":["chore"]},"Otherchanges":{"prefix":"✨ Other changes","labels":[""]},"dependencies":{"prefix":"⬆️ Dependency Updates","labels":["dependencies"]},"style":{"prefix":"🌈 Style","labels":["style"]}}'
=======
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["document"]},"Features":{"prefix":"### 🚀 Features","labels":["feature"]},"Enhancement":{"prefix":"### 🚀 Enhancement","labels":["enhancement"]},"bugfix":{"prefix":"🐛 Bug Fixes","labels":["bugfix"]},"refactor":{"prefix":"### 🐝 refactor","labels":["refactor"]},"chore":{"prefix":"### 🧰 Chore","labels":["chore"]},"Otherchanges":{"prefix":"✨ Other changes","labels":[""]},"dependencies":{"prefix":"⬆️ Dependency Updates","labels":["dependencies"]},"style":{"prefix":"🌈 Style","labels":["style"]}}'
>>>>>>> c3ddb29 (ci: workflow to generate changlog)
=======
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["document"]},"Features":{"prefix":"### 🚀 Features","labels":["feature"]},"Enhancement":{"prefix":"### 🔥 Enhancement","labels":["enhancement"]},"bugfix":{"prefix":"🐛 Bug Fixes","labels":["bugfix"]},"refactor":{"prefix":"### 🐝 refactor","labels":["refactor"]},"chore":{"prefix":"### 🧰 Chore","labels":["chore"]},"Otherchanges":{"prefix":"✨ Other changes","labels":[""]},"dependencies":{"prefix":"⬆️ Dependency Updates","labels":["dependencies"]},"style":{"prefix":"🌈 Style","labels":["style"]}}'
>>>>>>> 0308bf9 (ci: update prefix image)
author: true
compareLink: true
stripGeneratorNotice: true
Expand All @@ -42,18 +34,7 @@ jobs:
with:
token: ${{ secrets.TOKEN }}
signoff: false
<<<<<<< HEAD
<<<<<<< HEAD
commit-message: "docs: automated update CHANGELOG.md"
branch: bot-${{ github.repository }}
title: "docs: automated update CHANGELOG.md"
commit-message: "feat: automated pr to change config files"
=======
commit-message: "docs: automated update CHANGELOG.mds"
>>>>>>> 94bbc12 (ci: update commit message)
=======
commit-message: "docs: automated update CHANGELOG.md"
>>>>>>> 0308bf9 (ci: update prefix image)
branch: bot-${{ github.repository }}
title: "docs: automated update CHANGELOG.md"
body: "automated pr to change log"
19 changes: 19 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,22 @@ jobs:
workflow: Somking test suit
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "axon_linux_release_tag": "${{ needs.version.outputs.tag }}" }'

trigger-build-docker-image:
runs-on: ubuntu-latest
needs:
- version
steps:
- uses: actions/checkout@v3
- name: Generate axon-bot token
id: generate_axon_bot_token
uses: wow-actions/use-app-token@v2
with:
app_id: ${{ secrets.AXON_BOT_APP_ID }}
private_key: ${{ secrets.AXON_BOT_PRIVATE_KEY }}
- name: Invoke build docker image with inputs
uses: aurelien-baudet/workflow-dispatch@v2
with:
workflow: Build docker image
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "dispatch": "${{ needs.version.outputs.tag }}" }'

0 comments on commit 4d6c3c1

Please sign in to comment.