No need to use DOCKER_HOST variable
All checks were successful
Build docker image / build-and-publish (push) Successful in 5m40s
All checks were successful
Build docker image / build-and-publish (push) Successful in 5m40s
This commit is contained in:
parent
3ae1081564
commit
ddc40d0c20
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@ jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
env:
|
|
||||||
DOCKER_HOST: ${{ vars.DOCKER_HOST }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue