remove test
Some checks failed
renovate / renovate (push) Successful in 10m9s
release-image-gitea / release (push) Failing after 21m20s

This commit is contained in:
2025-06-08 22:19:00 -05:00
parent f1e3e4ecaa
commit 478482ab01
3 changed files with 5 additions and 18 deletions

View File

@@ -59,20 +59,6 @@ jobs:
${{ vars.REPOSITORY_HOST }}/${{ gitea.repository }}
${{ vars.REGISTRY_HOST }}/images/site-profile
- name: Build and Export to Docker
uses: docker/build-push-action@v6
with:
context: .
load: true
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: ./Dockerfile
- name: Test
run: |
docker run --rm
- name: Build and Push Image
uses: docker/build-push-action@v6
with: