Add release step
Build and push timelimit-server-ui image / check (push) Successful in 1s
Build and push timelimit-server-ui image / build (push) Has been skipped
Build and push timelimit-server image / check (push) Successful in 1s
Build and push timelimit-server image / build (push) Failing after 3s
Build and push timelimit-server-ui image / check (push) Successful in 1s
Build and push timelimit-server-ui image / build (push) Has been skipped
Build and push timelimit-server image / check (push) Successful in 1s
Build and push timelimit-server image / build (push) Failing after 3s
This commit is contained in:
@@ -98,3 +98,14 @@ jobs:
|
||||
run: |
|
||||
docker push gitea.furb.it/${{ vars.FRONTEND_IMAGE }}:${{ needs.check.outputs.sha }}
|
||||
docker push gitea.furb.it/${{ vars.FRONTEND_IMAGE }}:latest
|
||||
|
||||
# Create release using gitea-release-action
|
||||
- name: Create release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
server: "https://gitea.furb.it"
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
repository: ${{ vars.FRONTEND_PATH }}
|
||||
tag_name: ${{ needs.check.outputs.sha }}
|
||||
name: ${{ needs.check.outputs.sha }}
|
||||
body: "Docker image: `gitea.furb.it/${{ vars.FRONTEND_IMAGE }}:${{ needs.check.outputs.sha }}`"
|
||||
@@ -72,4 +72,14 @@ jobs:
|
||||
run: |
|
||||
docker push gitea.furb.it/${{ vars.SERVER_IMAGE }}:${{ needs.check.outputs.tag }}
|
||||
docker push gitea.furb.it/${{ vars.SERVER_IMAGE }}:latest
|
||||
|
||||
|
||||
# Create release using gitea-release-action
|
||||
- name: Create release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
server: "https://gitea.furb.it"
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
repository: ${{ vars.SERVER_PATH }}
|
||||
tag_name: ${{ needs.check.outputs.tag }}
|
||||
name: ${{ needs.check.outputs.tag }}
|
||||
body: "Docker image: `gitea.furb.it/${{ vars.SERVER_IMAGE }}:${{ needs.check.outputs.tag }}`"
|
||||
|
||||
Reference in New Issue
Block a user