Skip to content

Commit

Permalink
Dropp pålogging til Harbor hvis PR (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn authored Oct 11, 2024
1 parent 0c61074 commit f3959d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Harbor
if: github.event_name != 'pull_request'
run: |
echo ${{ secrets.HARBOR_PASSWORD }} | docker login --username ${{ secrets.HARBOR_USERNAME }} --password-stdin ${{ secrets.HARBOR_REGISTRY }}
- name: Build image and push to Harbor
Expand Down

0 comments on commit f3959d8

Please sign in to comment.