Skip to content

Commit 75cf99a

Browse files
committed
ci: remove docker build dir
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
1 parent ee88632 commit 75cf99a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
username: ${{ secrets.DOCKER_USERNAME }}
3535
password: ${{ secrets.DOCKER_PASSWORD }}
3636
tag_names: true
37-
workdir: ${{ github.workspace }}
3837
- name: Build and push to Quay.io
3938
uses: elgohr/Publish-Docker-Github-Action@master
4039
with:
@@ -43,4 +42,3 @@ jobs:
4342
password: ${{ secrets.QUAYIO_PASSWORD }}
4443
registry: quay.io
4544
tag_names: true
46-
workdir: ${{ github.workspace }}

0 commit comments

Comments
 (0)