Skip to content

Change Skyline repo to Strato repo on game status command #14

Change Skyline repo to Strato repo on game status command

Change Skyline repo to Strato repo on game status command #14

Workflow file for this run

name: publish
on: [push]
jobs:
publish-strato-bot-image:
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 the strato-bot Docker image
run: |
docker build . -t ghcr.io/strato-emu/strato-bot:latest
docker push ghcr.io/strato-emu/strato-bot:latest