Set DOCKER_HOST in docker-build workflow
Some checks failed
Publish Docker image / Push Docker image to GitHub Packages (push) Failing after 33s
Some checks failed
Publish Docker image / Push Docker image to GitHub Packages (push) Failing after 33s
This commit is contained in:
parent
d811694bdd
commit
dc20daea3a
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker-in-docker:2375
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to GitHub Packages
|
||||
|
|
Loading…
Reference in a new issue