S3-Mounter/.gitea/workflows/container-build.yaml
Tanguy Herbron 5c20f9e436
Some checks failed
S3 mount container image build / build (push) Failing after 45s
pipeline runner
2023-08-05 01:06:08 +02:00

23 lines
449 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
- run: ls
- name: Check out repository code
uses: actions/checkout@v3
with:
repository: athens-school/s3-mounter
token: ${{ secrets.github_token }}
- run: echo "Testing"