Skip to content

Commit

Permalink
update deploy workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ashraf Fouda <[email protected]>
  • Loading branch information
ashraffouda committed Feb 16, 2025
1 parent 82526ba commit 11560b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/grid-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
default: "qa"
type: choice
options:
- qa
- testing
- production
- qa-v4
- testing-v4
- production-v4
version:
description: "version to release"
required: true
Expand All @@ -25,8 +25,8 @@ jobs:
uses: threefoldtech/publish-flist@master
with:
token: ${{ secrets.HUB_JWT }}
baseurl: 'https://v4.hub.grid.tf'
baseurl: "https://v4.hub.grid.tf"
action: crosslink
user: tf-zos
name: zos:${{ github.event.inputs.grid }}-3:latest.flist
name: ${{ github.event.inputs.grid }}
target: tf-autobuilder/zos:${{ github.event.inputs.version }}.flist

0 comments on commit 11560b2

Please sign in to comment.