Rework for git.tesses.org, GC* is std::shared_ptr maybe will fix crash during exit
All checks were successful
Build and Deploy on Tag / build-arch (push) Successful in 16m40s
Build and Deploy on Tag / update-tap (push) Successful in 6m26s

This commit is contained in:
2026-04-30 17:05:53 -05:00
parent 06f1aff2b4
commit 37fd44fd78

View File

@@ -56,8 +56,7 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
image: ${{ env.GITEA_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }} tags: ${{ env.GITEA_DOMAIN }}/${{ env.RESULT_IMAGE_NAME }}:latest
tags: ${{ env.VERSION }}, latest
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: "master" ref: "master"