mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-03 21:20:40 +00:00
22 lines
409 B
YAML
22 lines
409 B
YAML
name: Build Docker image
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
|
|
concurrency:
|
|
group: test
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
docker:
|
|
name: Build Docker Image
|
|
uses: cupcakearmy/workflows/.github/workflows/docker.yml@main
|
|
with:
|
|
name: cupcakearmy/glyphance
|
|
secrets:
|
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
|
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
|