Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
taekyu.kang committed Nov 11, 2024
1 parent df35b01 commit c73bedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: ${{REGISTRY}}
registry: ${{env.REGISTRY}}
username: ${{secrets.HARBOR_USERNAME}}
password: ${{secrets.HARBOR_SECRET}}

Expand All @@ -34,7 +34,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
registry: ${{REGISTRY}}
registry: ${{env.REGISTRY}}
username: ${{secrets.HARBOR_USERNAME}}
password: ${{secrets.HARBOR_SECRET}}
tags: |
Expand Down

0 comments on commit c73bedd

Please sign in to comment.