Passchendaele this.
This commit is contained in:
parent
f458ac6d33
commit
78098a8204
@ -12,6 +12,8 @@ concurrency:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
|
||||
steps:
|
||||
- name: Set up Docker environment
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM scratch as base
|
||||
FROM scratch AS base
|
||||
WORKDIR /builder
|
||||
COPY . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user