Merge pull request 'Disable unsupported optional GitHub uploads on Gitea' (#2) from fix/gitea-optional-uploads-20260911 into main
Build and Push Container / docker (push) Successful in 3m31s

This commit was merged in pull request #2.
This commit is contained in:
2026-09-11 10:46:20 +00:00
committed by Gitea Server Signing
+4
View File
@@ -40,6 +40,8 @@ jobs:
- name: Set up QEMU
if: ${{ steps.delivery.outputs.run == 'true' }}
uses: https://github.com/docker/setup-qemu-action@v3
with:
cache-image: "false"
- name: Set up Docker Buildx
if: ${{ steps.delivery.outputs.run == 'true' }}
@@ -80,6 +82,8 @@ jobs:
- name: Build and push image
if: ${{ steps.delivery.outputs.run == 'true' }}
uses: https://github.com/docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: "false"
with:
context: .
push: ${{ github.event_name != 'pull_request' }}