S3-Mounter/.gitea/workflows/container-build.yaml
Tanguy Herbron e955827b65
All checks were successful
S3 mount container image build / build (push) Successful in 14s
pipeline runner
2023-08-05 01:28:59 +02:00

21 lines
369 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
image: node:latest
runs-on: [arm64]
steps:
- run: export
- run: ls
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "Testing"