Skip to content

Commit 0ed6f67

Browse files
committed
FIX: docker login on workflow
1 parent aef17f0 commit 0ed6f67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail_ci_if_error: true
4343

4444
build:
45-
#if: startsWith(github.ref, 'refs/tags/')
45+
if: startsWith(github.ref, 'refs /tags/')
4646
runs-on: ubuntu-latest
4747
needs: coverage
4848
steps:
@@ -51,8 +51,8 @@ jobs:
5151
- name: Docker Login
5252
uses: docker/login-action@v2.1.0
5353
with:
54-
server: ghcr.io
55-
username: ${{ secrets.DOCKER_REGISTRY_GITHUB_TOKEN }}
54+
registry: ghcr.io
55+
username: ${{ secrets.DOCKER_REGISTRY_GITHUB_USERNAME }}
5656
password: ${{ secrets.DOCKER_REGISTRY_GITHUB_TOKEN }}
5757

5858
- name: Docker Tag

0 commit comments

Comments
 (0)