Compare commits

..

No commits in common. "main" and "v1.8.12" have entirely different histories.

View File

@ -1,4 +1,4 @@
name: Release Docker image
name: Release
# Controls when the workflow will run
on:
release:
@ -7,7 +7,7 @@ on:
jobs:
buildpush:
runs-on: ubuntu-22.04
runs-on: self-hosted
permissions:
contents: read
packages: write
@ -78,8 +78,8 @@ jobs:
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
load: true
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:latest
cache-to: type=inline
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