Skip to content

Merge branch 'main' of https://github.com/sensebox/esptool-sensebox #1

Merge branch 'main' of https://github.com/sensebox/esptool-sensebox

Merge branch 'main' of https://github.com/sensebox/esptool-sensebox #1

Workflow file for this run

name: Build and Deploy
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/<USER>/<REPO>:latest