Skip to content

Commit

Permalink
action test
Browse files Browse the repository at this point in the history
  • Loading branch information
taekyu.kang committed Nov 11, 2024
1 parent 96b9156 commit 8284068
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
registry: ${{env.REGISTRY}}
username: ${{secrets.HARBOR_USERNAME}}
password: ${{secrets.HARBOR_SECRET}}
tags: |
tks/${{env.SERVICE}}:${{env.TAG}}
${{env.REGISTRY}}/tks/${{env.SERVICE}}:${{env.TAG}}
- name: Setup Kustomize
uses: imranismail/setup-kustomize@v1
Expand Down

0 comments on commit 8284068

Please sign in to comment.