We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee88632 commit 75cf99aCopy full SHA for 75cf99a
.github/workflows/build_release.yml
@@ -34,7 +34,6 @@ jobs:
34
username: ${{ secrets.DOCKER_USERNAME }}
35
password: ${{ secrets.DOCKER_PASSWORD }}
36
tag_names: true
37
- workdir: ${{ github.workspace }}
38
- name: Build and push to Quay.io
39
uses: elgohr/Publish-Docker-Github-Action@master
40
with:
@@ -43,4 +42,3 @@ jobs:
43
42
password: ${{ secrets.QUAYIO_PASSWORD }}
44
registry: quay.io
45
46
0 commit comments