Skip to content

update haxe and openfl #23

update haxe and openfl

update haxe and openfl #23

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"