Skip to content

fix: use MCRLegacy. #233

fix: use MCRLegacy.

fix: use MCRLegacy. #233

Workflow file for this run

name: Containers
on:
push:
jobs:
containers:
if: false # Remove this line to enable the job
strategy:
matrix:
architecture: [x86_64, arm64]
runs-on: ${{ matrix.architecture == 'x86_64' && 'movement-runner' || 'buildjet-16vcpu-ubuntu-2204-arm' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Build and Push Docker image movement
run: |
./scripts/movement/build-push-image movement