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

22 lines
393 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:
token: ${{ gitea.token }}
- run: echo "Testing"