🗃️ Fixed the actions and the docker daemon.json 🗃️
gitea / release-gitea (push) Successful in 8m10s

AI.md
.gitea/workflows/docker.yaml
README.md
rootfs/tmp/etc/docker/daemon.json
rootfs/tmp/etc/forgejo/app.ini
This commit is contained in:
casjay
2026-09-21 15:53:55 -04:00
parent 7e137b3d08
commit 67db5abd86
5 changed files with 190 additions and 181 deletions
+3 -2
View File
@@ -1,6 +1,8 @@
name: gitea
on: push
on:
push:
workflow_dispatch:
jobs:
release-gitea:
@@ -65,4 +67,3 @@ jobs:
tags: |
${{ steps.meta.outputs.DOCKER_HUB }}/${{ steps.meta.outputs.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.DATE_TAG }}
${{ steps.meta.outputs.DOCKER_HUB }}/${{ steps.meta.outputs.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.DOCKER_TAG }}