diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 0b999e1..fcd2a45 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -45,7 +45,7 @@ jobs: type=sha,format=long,prefix=sha- type=raw,value=${{ steps.version.outputs.major_version }} type=raw,value=${{ steps.version.outputs.minor_version }} - type=raw,value=${{ steps.version.outputs.version }} + type=raw,value=${{ steps.version.outputs.version }},priority=1000 type=raw,value=latest - name: Build and push @@ -55,6 +55,6 @@ jobs: push: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 build-args: | BUILDKIT_INLINE_CACHE=1