Skip to content

Commit 9695f43

Browse files
authored
update backend release cd
1 parent df9a07b commit 9695f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/server_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
- name: build
39-
run: make release-backend
39+
run: make release-backend${{ env.REGISTRY }}/fornetcode/fornet-backend:
4040
-
4141
name: build and push docker image
4242
uses: docker/build-push-action@v2
@@ -46,7 +46,7 @@ jobs:
4646
push: true
4747
cache-from: type=gha
4848
cache-to: type=gha,mode=max
49-
tags: ${{ env.REGISTRY }}/fornetcode/fornet-backend:${{github.event.inputs.version}}
49+
tags: ${{ env.REGISTRY }}/fornetcode/fornet-backend:${{github.event.inputs.version}}, ${{ env.REGISTRY }}/fornetcode/fornet-backend:latest
5050
- name: Upload jar to artifact
5151
uses: actions/upload-artifact@v2
5252
with:

0 commit comments

Comments
 (0)