S3-Mounter/.gitea/workflows/container-build.yaml
Tanguy Herbron 5644a90779
Some checks failed
S3 mount container image build / build (push) Failing after 4s
pipeline runner
2023-08-05 11:30:09 +02:00

19 lines
287 B
YAML

name: S3 mount container image build
on:
release:
types: [published]
push:
workflow_dispatch:
jobs:
build:
container:
image: debian:latest
runs-on: [arm64]
steps:
- name: Test git
run: git -h
- name: Test docker
run: docker -h