Skip to content

Commit

Permalink
Add ocir registry
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnarayanan committed Sep 13, 2023
1 parent 3a3341a commit 932fd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-neurodesktop-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
if: ${{ env.OCIR_REPO != '' && (env.ROOTFS_NEW != env.ROOTFS_CACHE || github.event.inputs.force_push == 'true') }}
uses: docker/login-action@v2
with:
registry: syd.ocir.io
username: ${{ secrets.OCIR_USERNAME }}
password: ${{ secrets.OCIR_PASSWORD }}
- name: Push image (if changes found)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-neurodesktop-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
if: ${{ env.OCIR_REPO != '' && (env.ROOTFS_NEW != env.ROOTFS_CACHE || github.event.inputs.force_push == 'true') }}
uses: docker/login-action@v2
with:
registry: syd.ocir.io
username: ${{ secrets.OCIR_USERNAME }}
password: ${{ secrets.OCIR_PASSWORD }}
- name: Push image (if changes found)
Expand Down

0 comments on commit 932fd6e

Please sign in to comment.