mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
ci: fix github actions
This commit is contained in:
8
.github/workflows/docker-latest.yml
vendored
8
.github/workflows/docker-latest.yml
vendored
@@ -43,9 +43,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: |
|
cache-from: type=gha
|
||||||
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest
|
cache-to: type=gha,mode=max
|
||||||
type=gha
|
|
||||||
cache-to: |
|
|
||||||
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest,mode=max
|
|
||||||
type=gha,mode=max
|
|
||||||
|
|||||||
8
.github/workflows/docker-release.yml
vendored
8
.github/workflows/docker-release.yml
vendored
@@ -44,9 +44,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: |
|
cache-from: type=gha
|
||||||
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest
|
cache-to: type=gha,mode=max
|
||||||
type=gha
|
|
||||||
cache-to: |
|
|
||||||
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest,mode=max
|
|
||||||
type=gha,mode=max
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "taxhacker",
|
"name": "taxhacker",
|
||||||
"version": "0.5.0",
|
"version": "0.5.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user