Skip to content

lock to ubuntu 20.04 for now #22

lock to ubuntu 20.04 for now

lock to ubuntu 20.04 for now #22

Workflow file for this run

name: Publish
on:
push:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Build and push Docker image to Github Packages
uses: docker/[email protected]
with:
username: bitdecaygames
password: ${{ secrets.DOCKER_HUB_API_KEY }}
repository: "bitdecaygames/limebuild"
tags: "latest"