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