Part 2 of previous commit
Some checks failed
Build and push container image / build (push) Failing after 8m33s

This commit is contained in:
toast 2024-01-08 00:30:22 +11:00
parent f4e0564c28
commit a329e4ce07

View File

@ -27,9 +27,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Set up build cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
@ -38,7 +35,6 @@ jobs:
with:
platforms: linux/amd64
push: true
load: true
tags: git.toast-server.net/toast/kon:main
cache-from: type=registry,ref=git.toast-server.net/toast/kon:buildcache
cache-to: type=registry,ref=git.toast-server.net/toast/kon:buildcache,mode=max