Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

feat: use nano blocks for the flitz nano (#71) #39

feat: use nano blocks for the flitz nano (#71)

feat: use nano blocks for the flitz nano (#71) #39

Workflow file for this run

name: Docker
on:
push:
tags:
- v*
- Beta*
workflow_dispatch: {}
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/[email protected]
with:
file: Dockerfile
context: .
push: true
tags: ghcr.io/leaphy-robotics/leaphy-webbased/leaphy-webbased:latest