ci: fix github actions

This commit is contained in:
Vasily Zubarev
2025-05-07 15:27:17 +02:00
parent d94de6fd30
commit a05c963d8f
3 changed files with 5 additions and 13 deletions

View File

@@ -43,9 +43,5 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest
type=gha
cache-to: |
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest,mode=max
type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@@ -44,9 +44,5 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest
type=gha
cache-to: |
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest,mode=max
type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@@ -1,6 +1,6 @@
{
"name": "taxhacker",
"version": "0.5.0",
"version": "0.5.5",
"private": true,
"type": "module",
"scripts": {