Tanguy Herbron
5644a90779
Some checks failed
S3 mount container image build / build (push) Failing after 4s
19 lines
287 B
YAML
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
|