uxu
Some checks failed
Check / checks (push) Successful in 7m9s
Release / buildpush (release) Has been cancelled

This commit is contained in:
Gustavo Maronato 2024-03-28 17:38:42 -04:00
parent 9952196522
commit 173391aa8c
Signed by: maronato
SSH Key Fingerprint: SHA256:2Gw7kwMz/As+2UkR1qQ/qYYhn+WNh3FGv6ozhoRrLcs

View File

@ -7,7 +7,7 @@ on:
jobs:
buildpush:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write
@ -77,8 +77,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest
cache-to: type=inline
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
# - # Temp fix
# # https://github.com/docker/build-push-action/issues/252
# # https://github.com/moby/buildkit/issues/1896