Skip to content

Fix typo

Fix typo #16

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: guiduck
secrets:
GIT_AUTH_TOKEN: ${{ secrets.GIT_AUTH_TOKEN }}