Skip to content

Commit

Permalink
skip harbour for now
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Dec 5, 2023
1 parent 402bc78 commit 03bf922
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to Harbor Registry
uses: docker/login-action@v3
with:
registry: harbor.studio.scaleoutplatform.com
username: robot$github-studio
password: ${{ secrets.HARBOR_TOKEN }}
# - name: Log in to Harbor Registry
# uses: docker/login-action@v3
# with:
# registry: harbor.studio.scaleoutplatform.com
# username: robot$github-studio
# password: ${{ secrets.HARBOR_TOKEN }}

# docker tag fedn-kotlin harbor.studio.scaleoutplatform.com/scaleoutstudio/fedn-kotlin:fedn-kotlin
# docker push harbor.studio.scaleoutplatform.com/scaleoutstudio/fedn-kotlin:fedn-kotlin
- name: Tag Docker image
run: |
docker tag fedn-kotlin ghcr.io/scaleoutsystems/android-client:fedn-kotlin
docker tag fedn-kotlin harbor.studio.scaleoutplatform.com/scaleoutstudio/fedn-kotlin:fedn-kotlin
- name: Push Docker images
run: |
docker push ghcr.io/scaleoutsystems/android-client:fedn-kotlin
docker push harbor.studio.scaleoutplatform.com/scaleoutstudio/fedn-kotlin:fedn-kotlin

0 comments on commit 03bf922

Please sign in to comment.