We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9a07b commit 9695f43Copy full SHA for 9695f43
.github/workflows/server_build.yml
@@ -36,7 +36,7 @@ jobs:
36
username: ${{ github.actor }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
- name: build
39
- run: make release-backend
+ run: make release-backend${{ env.REGISTRY }}/fornetcode/fornet-backend:
40
-
41
name: build and push docker image
42
uses: docker/build-push-action@v2
@@ -46,7 +46,7 @@ jobs:
46
push: true
47
cache-from: type=gha
48
cache-to: type=gha,mode=max
49
- tags: ${{ env.REGISTRY }}/fornetcode/fornet-backend:${{github.event.inputs.version}}
+ tags: ${{ env.REGISTRY }}/fornetcode/fornet-backend:${{github.event.inputs.version}}, ${{ env.REGISTRY }}/fornetcode/fornet-backend:latest
50
- name: Upload jar to artifact
51
uses: actions/upload-artifact@v2
52
with:
0 commit comments