S3-Mounter/.gitea/workflows/container-build.yaml
Tanguy Herbron 893525e896
Some checks failed
S3 mount container image build / build (push) Failing after 46s
.
2023-08-04 18:58:46 +02:00

19 lines
323 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:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "Testing"
- run: ls