Skip to content

Commit

Permalink
Merge pull request #290 from srl-wim/apt-yum-repo
Browse files Browse the repository at this point in the history
added deb/rpm artifacts push to apt/yum repos
  • Loading branch information
hellt committed Feb 23, 2021
2 parents 63756bf + 41812df commit 38379b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FURY_TOKEN: ${{ secrets.FURYPUSHTOKEN }}
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ checksum:
name_template: checksums.txt
snapshot:
name_template: "{{ .Tag }}-next"
publishers:
- name: fury.io deb/rpm packages
ids:
- containerlab # this id belongs to nfpm section and is used to only upload artifacts from nfmp
dir: "{{ dir .ArtifactPath }}"
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/netdevops/
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 38379b3

Please sign in to comment.