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

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
- run: ls
- name: Check out repository code
uses: actions/checkout@v3
with:
token: ${{ github.token }}
- run: echo "Testing"