Adding more advanced workflows (#25)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user