enable docker hub

This commit is contained in:
Bret Fisher
2022-12-09 16:18:40 -05:00
parent 88d04ef085
commit 6f953ce289
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ jobs:
### ENABLE ONE OR BOTH REGISTRIES
### tell docker where to push.
### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
dockerhub-enable: false
dockerhub-enable: true
ghcr-enable: true
### REQUIRED

View File

@@ -44,7 +44,7 @@ jobs:
### ENABLE ONE OR BOTH REGISTRIES
### tell docker where to push.
### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
dockerhub-enable: false
dockerhub-enable: true
ghcr-enable: true
### REQUIRED

View File

@@ -44,7 +44,7 @@ jobs:
### ENABLE ONE OR BOTH REGISTRIES
### tell docker where to push.
### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
dockerhub-enable: false
dockerhub-enable: true
ghcr-enable: true
### REQUIRED