Update .gitea/workflows/test.yml

This commit is contained in:
2026-02-20 19:16:58 +05:30
parent d975b88657
commit b640497920

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
build: build:
runs-on: test runs-on: ubuntu-latest
steps: steps:
- -
@@ -55,7 +55,7 @@ jobs:
push: false push: false
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
build-args: | build-args: |