|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
name: Publish Cargo and Docker package
|
|
|
|
|
run-name: ${{ github.actor }} is building ${{ github.repository }}
|
|
|
|
|
# on:
|
|
|
|
|
# on:
|
|
|
|
|
# push:
|
|
|
|
|
# tags:
|
|
|
|
|
# - 'v[0-9]+.[0-9]+.[0-9]+'
|
|
|
|
@ -34,7 +34,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
Publish-Docker:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
needs: [Publish-Cargo]
|
|
|
|
|
needs: Publish-Cargo
|
|
|
|
|
steps:
|
|
|
|
|
- name: Check out repository code
|
|
|
|
|
uses: https://github.com/actions/checkout@v3
|
|
|
|
@ -64,6 +64,6 @@ jobs:
|
|
|
|
|
context: .
|
|
|
|
|
file: ./Dockerfile
|
|
|
|
|
push: true
|
|
|
|
|
tags:
|
|
|
|
|
tags:
|
|
|
|
|
- git.raptorpond.com/${{ github.repository }}:latest
|
|
|
|
|
- git.raptorpond.com/${{ github.repository }}:${{ env.VERSION }}
|
|
|
|
|
- git.raptorpond.com/${{ github.repository }}:${{ env.VERSION }}
|
|
|
|
|