Passchendaele this.
Some checks failed
Build and push Docker image / build (push) Failing after 6m39s
Build and push Docker image / deploy (push) Has been skipped

This commit is contained in:
toast 2024-09-22 03:44:55 +10:00
parent f458ac6d33
commit 78098a8204
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ concurrency:
jobs:
build:
runs-on: ubuntu-22.04
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Set up Docker environment

View File

@ -1,4 +1,4 @@
FROM scratch as base
FROM scratch AS base
WORKDIR /builder
COPY . .