Skip to content

Commit

Permalink
bootstrap: autobuild: adding v4 to symlink name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Sep 4, 2024
1 parent 67d3c34 commit 7fd30da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
user: tf-autobuilder
token: ${{ secrets.HUB_JWT }}
name: ${{ steps.setname.outputs.build }}
target: bootstrap:development.flist
target: bootstrap-v4:development.flist
- name: Symlink flist (release)
if: success() && github.ref == 'refs/heads/main'
uses: threefoldtech/publish-flist@master
Expand All @@ -57,4 +57,4 @@ jobs:
user: tf-autobuilder
token: ${{ secrets.HUB_JWT }}
name: ${{ steps.setname.outputs.build }}
target: bootstrap:latest.flist
target: bootstrap-v4:latest.flist

0 comments on commit 7fd30da

Please sign in to comment.