Skip to content

Commit

Permalink
actions: specify v4 hub base url
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Jan 30, 2025
1 parent 71ee79f commit 5c58470
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bin-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
token: ${{ secrets.token }}
action: publish
baseurl: https://v4.hub.grid.tf
user: tf-autobuilder
root: bins/releases/${{ inputs.package }}
name: ${{ steps.package.outputs.name }}.flist
Expand All @@ -64,6 +65,7 @@ jobs:
with:
token: ${{ secrets.token }}
action: tag
baseurl: https://v4.hub.grid.tf
user: tf-autobuilder
name: ${{ steps.tag.outputs.reference }}/${{ inputs.package }}.flist
target: tf-autobuilder/${{ steps.package.outputs.name }}.flist
1 change: 1 addition & 0 deletions .github/workflows/grid-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: threefoldtech/publish-flist@master
with:
token: ${{ secrets.HUB_JWT }}
baseurl: https://v4.hub.grid.tf
action: crosslink
user: tf-zos
name: zos:${{ github.event.inputs.grid }}-3:latest.flist
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: threefoldtech/publish-flist@master
with:
action: publish
baseurl: https://v4.hub.grid.tf
user: tf-autobuilder
root: archive
token: ${{ secrets.HUB_JWT }}
Expand All @@ -45,6 +46,7 @@ jobs:
uses: threefoldtech/publish-flist@master
with:
action: symlink
baseurl: https://v4.hub.grid.tf
user: tf-autobuilder
token: ${{ secrets.HUB_JWT }}
name: ${{ steps.setname.outputs.build }}
Expand All @@ -54,6 +56,7 @@ jobs:
uses: threefoldtech/publish-flist@master
with:
action: symlink
baseurl: https://v4.hub.grid.tf
user: tf-autobuilder
token: ${{ secrets.HUB_JWT }}
name: ${{ steps.setname.outputs.build }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: threefoldtech/publish-flist@master
with:
token: ${{ secrets.HUB_JWT }}
baseurl: https://v4.hub.grid.tf
action: publish
user: tf-autobuilder
root: archive
Expand All @@ -75,6 +76,7 @@ jobs:
if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/zos-light')
with:
token: ${{ secrets.HUB_JWT }}
baseurl: https://v4.hub.grid.tf
action: tag
user: tf-autobuilder
name: ${{ steps.tag.outputs.reference }}/zos.flist
Expand All @@ -88,6 +90,7 @@ jobs:
uses: threefoldtech/publish-flist@master
with:
token: ${{ secrets.HUB_JWT }}
baseurl: https://v4.hub.grid.tf
action: crosstag
user: tf-zos
name: development-v4
Expand Down

0 comments on commit 5c58470

Please sign in to comment.