Skip to content

app: fix include path for logger #176

app: fix include path for logger

app: fix include path for logger #176

Workflow file for this run

name: Docker
on:
push:
paths:
- 'west.yml'
- '.devcontainer/Dockerfile'
jobs:
update_docker:
runs-on: ubuntu-22.04
steps:
- name: Pull the repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to docker hub
uses: docker/build-push-action@v5
with:
push: true
context: .
file: .devcontainer/Dockerfile
tags: ghcr.io/shanteacontrols/opendeck:latest