Skip to content

chore: add board type + libraries to cache key (#16) #12

chore: add board type + libraries to cache key (#16)

chore: add board type + libraries to cache key (#16) #12

Workflow file for this run

name: Docker
on:
push:
tags:
- v*
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: deploy/Dockerfile
context: .
push: true
tags: ghcr.io/leaphy-robotics/leaphy-webbased-backend/leaphy-webbased-backend:latest