Curious if this works
Some checks failed
Build and push container image / build (push) Failing after 12m51s
Build and push container image / deploy (push) Has been skipped

This commit is contained in:
toast 2024-08-15 12:28:23 +10:00
parent 9ec676fb8d
commit f2a80d7389

View File

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Set up Docker environment
run: |
@ -42,6 +42,10 @@ jobs:
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
deploy:
runs-on: alpine-latest
needs: build
steps:
- name: Deploy update
uses: https://github.com/appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
with: