Skip to content

Update README.md

Update README.md #30

Workflow file for this run

name: Docker Image for Planetary Annihilation image on GHCR
on:
push
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and push image
run: |
docker login --username obiwantoby --password ${{ secrets.GH_PAT }} ghcr.io
docker build . -t ghcr.io/obiwantoby/pa-dedicated-server:latest
docker push ghcr.io/obiwantoby/pa-dedicated-server:latest