Skip to content

Try to fix build

Try to fix build #43

name: Docker Image Linux
on: push
jobs:
linux:
name : Generate for Linux
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v2
with:
username: ${{ secrets.CONTAINER_GH_LOGIN }}
password: ${{ secrets.CONTAINER_GH_TOKEN }}
registry: ghcr.io
repository: yadoms/build_for_linux
tag_with_ref: true
path: build-linux