S3-Mounter/.gitea/workflows/container-build.yaml
Tanguy Herbron c2c9c5021f
Some checks failed
S3 mount container image build / build (push) Failing after 10s
.
2023-08-04 18:52:27 +02:00

19 lines
313 B
YAML

name: S3 mount container image build
on:
release:
types: [published]
push:
workflow_dispatch:
jobs:
build:
container:
image: ubuntu:latest
runs-on: [arm64]
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "Testing"
- run: ls