Oops.
Some checks failed
Build and push container image / build (push) Failing after 11m58s

This commit is contained in:
toast 2024-08-08 16:58:47 +10:00
parent b54db60ce4
commit f7fb8fcf60

View File

@ -36,10 +36,9 @@ jobs:
with: with:
context: . context: .
platforms: linux/amd64 platforms: linux/amd64
args: GIT_HASH=${{ env.GITHUB_SHA }}
push: true push: true
tags: git.toast-server.net/toast/kon:main tags: git.toast-server.net/toast/kon:main
build-args: CARGO_TOKEN=${{ secrets.CARGO_TOKEN }} build-args: GIT_HASH=${{ env.GITHUB_SHA }}
cache-from: type=registry,ref=git.toast-server.net/toast/kon:main cache-from: type=registry,ref=git.toast-server.net/toast/kon:main
cache-to: type=inline cache-to: type=inline