Archived
Private
Public Access
1
0

removed PATH

This commit is contained in:
2023-05-17 19:17:43 +02:00
parent 48ef80214a
commit a4ef422d0a

View File

@@ -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