S3-Mounter/.gitea/workflows/container-build.yaml

24 lines
476 B
YAML
Raw Normal View History

2023-08-04 17:47:47 +02:00
name: S3 mount container image build
on:
release:
types: [published]
push:
2023-08-04 18:35:44 +02:00
workflow_dispatch:
2023-08-04 17:47:47 +02:00
jobs:
build:
2023-08-04 18:49:00 +02:00
container:
2023-08-05 01:26:43 +02:00
#image: node:18.17.0-alpine3.17
image: node:latest
2023-08-04 17:47:47 +02:00
runs-on: [arm64]
steps:
2023-08-04 19:03:33 +02:00
- run: export
2023-08-04 19:37:27 +02:00
- run: ls
2023-08-04 17:47:47 +02:00
- name: Check out repository code
uses: actions/checkout@v3
2023-08-05 01:03:21 +02:00
with:
2023-08-05 01:14:34 +02:00
repository: ${{ secrets.GITHUB_REF }}
token: ${{ secrets.GITHUB_TOKEN }}
2023-08-04 17:47:47 +02:00
- run: echo "Testing"