github-independent (me dependent)
Build and Push Custom Image / build (push) Failing after 45s

This commit is contained in:
2026-05-10 22:25:08 +04:00
parent 6c50b99939
commit df4a092bf7
+3 -3
View File
@@ -15,17 +15,17 @@ jobs:
uses: https://git.karter.dev/actions/checkout@v4
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
uses: https://git.karter.dev/docker/setup-buildx-action@v3
- name: Login to Gitea Registry
uses: https://github.com/docker/login-action@v3
uses: https://git.karter.dev/docker/login-action@v3
with:
registry: git.karter.dev
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: https://github.com/docker/build-push-action@v5
uses: https://git.karter.dev/docker/build-push-action@v5
with:
context: .
push: true