S3-Mounter/.gitea/workflows/container-build.yaml
Tanguy Herbron ce96b2b8fb
Some checks failed
S3 mount container image build / build (push) Failing after 14s
.
2023-08-04 17:49:47 +02:00

17 lines
271 B
YAML

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