removed PATH
This commit is contained in:
@@ -16,8 +16,6 @@ jobs:
|
||||
|
||||
- name: Login to Repo
|
||||
uses: docker/login-action@v2
|
||||
env:
|
||||
PATH: /usr/bin/docker
|
||||
with:
|
||||
registry: git.leon-hoppe.de
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
@@ -30,7 +28,6 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||
PATH: /usr/bin/docker
|
||||
with:
|
||||
context: BetterIServ.Mobile
|
||||
file: ./Dockerfile
|
||||
@@ -50,8 +47,6 @@ jobs:
|
||||
|
||||
- name: Login to Repo
|
||||
uses: docker/login-action@v2
|
||||
env:
|
||||
PATH: /usr/bin/docker
|
||||
with:
|
||||
registry: git.leon-hoppe.de
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
@@ -64,7 +59,6 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
|
||||
PATH: /usr/bin/docker
|
||||
with:
|
||||
context: BetterIServ.Backend
|
||||
file: ./Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user