S3-Mounter/.gitea/workflows/container-build.yaml
Tanguy Herbron 92028e02cc
Some checks failed
S3 mount container image build / build (push) Failing after 38s
pipeline runner
2023-08-04 19:13:36 +02:00

22 lines
388 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