Update build_go.yml
This commit is contained in:
14
.github/workflows/build_go.yml
vendored
14
.github/workflows/build_go.yml
vendored
@ -53,8 +53,8 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
id: macos_build
|
id: macos_build
|
||||||
with:
|
with:
|
||||||
name: boom-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }}
|
name: jitsi-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }}
|
||||||
path: boom-bot
|
path: jitsi-bot
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
if: matrix.platform == 'windows-latest'
|
if: matrix.platform == 'windows-latest'
|
||||||
@ -62,23 +62,23 @@ jobs:
|
|||||||
id: windows_build
|
id: windows_build
|
||||||
with:
|
with:
|
||||||
SHA8:
|
SHA8:
|
||||||
name: boom-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }}
|
name: jitsi-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }}
|
||||||
path: boom-bot.exe
|
path: jitsi-bot.exe
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
if: matrix.platform == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
id: ubuntu_build
|
id: ubuntu_build
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v1.0.0
|
||||||
with:
|
with:
|
||||||
name: boom-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }}
|
name: jitsi-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }}
|
||||||
path: boom-bot
|
path: jitsi-bot
|
||||||
|
|
||||||
- name: Publish Docker Image
|
- name: Publish Docker Image
|
||||||
if: success() && matrix.platform == 'ubuntu-latest'
|
if: success() && matrix.platform == 'ubuntu-latest'
|
||||||
id: upload_docker
|
id: upload_docker
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
with:
|
with:
|
||||||
name: haukeness/boom-bot
|
name: haukeness/keybase-jitsi-bot
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tag_semver: true
|
tag_semver: true
|
||||||
|
|||||||
Reference in New Issue
Block a user