Skip to content

Refactor deploy workflow #179

Refactor deploy workflow

Refactor deploy workflow #179

Workflow file for this run

name: Deploy to GHCR
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: muncomputersciencesociety/automata
tags: latest