Tanguy Herbron
a15a5c6925
Some checks failed
S3 mount container image build / build (push) Failing after 21s
19 lines
306 B
YAML
19 lines
306 B
YAML
name: S3 mount container image build
|
|
on:
|
|
release:
|
|
types: [published]
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
container:
|
|
image: debian
|
|
runs-on: [arm64]
|
|
|
|
steps:
|
|
- name: Check out repository code
|
|
uses: actions/checkout@v3
|
|
- run: echo "Testing"
|
|
- run: ls
|