Skip to content

Refactor publishing to accommodate large reconstructions that take time. #25

Refactor publishing to accommodate large reconstructions that take time.

Refactor publishing to accommodate large reconstructions that take time. #25

Workflow file for this run

name: Publish Images
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
- name: Login to Github Packages
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push Docker Images
run: |
npm i --save-dev @types/node
chmod +x docker-entry.sh
task release