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 aef17f0 commit 0ed6f67Copy full SHA for 0ed6f67
.github/workflows/docker-image.yml
@@ -42,7 +42,7 @@ jobs:
42
fail_ci_if_error: true
43
44
build:
45
- #if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs /tags/')
46
runs-on: ubuntu-latest
47
needs: coverage
48
steps:
@@ -51,8 +51,8 @@ jobs:
51
- name: Docker Login
52
uses: docker/[email protected]
53
with:
54
- server: ghcr.io
55
- username: ${{ secrets.DOCKER_REGISTRY_GITHUB_TOKEN }}
+ registry: ghcr.io
+ username: ${{ secrets.DOCKER_REGISTRY_GITHUB_USERNAME }}
56
password: ${{ secrets.DOCKER_REGISTRY_GITHUB_TOKEN }}
57
58
- name: Docker Tag
0 commit comments