Skip to content

Update docker-image.yml #15

Update docker-image.yml

Update docker-image.yml #15

Workflow file for this run

name: Build and Push
permissions:
contents: read
packages: write
on:
push:
branches:
- master
jobs:
build:
uses: poketwo/workflows/.github/workflows/docker-image.yaml@main
with:
package-name: webhook-server
secrets:
GIT_AUTH_TOKEN: ${{ secrets.GIT_AUTH_TOKEN }}