diff --git a/.gitea/workflows/container-build.yaml b/.gitea/workflows/container-build.yaml new file mode 100644 index 0000000..46fd19f --- /dev/null +++ b/.gitea/workflows/container-build.yaml @@ -0,0 +1,15 @@ +name: S3 mount container image build +on: + release: + types: [published] + push: + +jobs: + build: + runs-on: [arm64] + + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - run: echo "Testing" + - run: ls