Does this work now?
All checks were successful
Build and push container image / build (push) Successful in 14m11s
Build and push container image / deploy (push) Successful in 55s

This commit is contained in:
toast 2024-08-15 12:51:59 +10:00
parent 9dd77f1d54
commit 4c79f5c2ff

View File

@ -39,8 +39,8 @@ jobs:
push: true
tags: git.toast-server.net/toast/kon:main
build-args: GIT_HASH=${{ env.GITHUB_SHA }}
cache-from: type=registry,ref=git.toast-server.net/toast/kon:main
cache-to: type=inline
cache-from: type=registry,ref=git.toast-server.net/toast/kon:cache
cache-to: type=registry,ref=git.toast-server.net/toast/kon:cache,mode=max,image-manifest=true,oci-mediatypes=true
deploy:
runs-on: alpine-latest