Adding more advanced workflows (#25)

This commit is contained in:
Bret Fisher
2023-04-05 18:18:02 -04:00
committed by GitHub
parent e1b1573ef9
commit 6702a1ebf8
6 changed files with 222 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
---
# THIS IS NOT A TEMPLATE.
# This is just for linting the gha-workflows repo itself.
# We call the reusable workflow from its file path.
# This is just for testing the repo itself.
# This calls the reusable workflow from its local file path.
name: Docker Build
on:
@@ -42,9 +42,8 @@ jobs:
with:
dockerhub-enable: true
dockerhub-enable: false
ghcr-enable: true
image-names: |
${{ github.repository }}
ghcr.io/${{ github.repository }}