Skip to content

try to fix linux build #44

try to fix linux build

try to fix linux build #44

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