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"