Tanguy Herbron
bad3aea32d
Some checks failed
S3 mount container image build / build (push) Failing after 41s
22 lines
394 B
YAML
22 lines
394 B
YAML
name: S3 mount container image build
|
|
on:
|
|
release:
|
|
types: [published]
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
container:
|
|
image: node:18.17.0-alpine3.17
|
|
runs-on: [arm64]
|
|
|
|
steps:
|
|
- run: export
|
|
- name: Check out repository code
|
|
uses: actions/checkout@v3
|
|
with:
|
|
token: ${{ github.token }}
|
|
- run: echo "Testing"
|
|
- run: ls
|