Skip to content

hacky whatever add int to handle strings #5

hacky whatever add int to handle strings

hacky whatever add int to handle strings #5

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Login to GHCR.io
uses: docker/login-action@v3
with:
registry: https://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/vntgcode/webhook2mqtt:latest