Skip to content

ops

ops #371

Workflow file for this run

name: Build Image
on:
push:
branches:
- master
paths:
- minecraft-versions.json
- api-versions.json
- Dockerfile
- build-images.sh
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
run: ./build-images.sh