fix some things
This commit is contained in:
parent
9e5e6862df
commit
e55a751bd3
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- name: setup job
|
||||
run: |
|
||||
apk add --no-cache libc6-compat git zstd docker docker-cli
|
||||
apk update
|
||||
steps:
|
||||
- name: Docker Buildx
|
||||
uses: https://code.forgejo.org/docker/setup-buildx-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue