File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
34
34
# restore-keys: |
35
35
# ${{ runner.os }}-go-
36
- - name : Snapcraft Login
37
- if : success() && startsWith(github.ref, 'refs/tags/')
38
- uses : samuelmeuli/action-snapcraft@v1
39
- with :
40
- snapcraft_token : ${{ secrets.SNAP_LOGIN_KEY }}
41
- skip_install : true
36
+ # - name: Snapcraft Login
37
+ # if: success() && startsWith(github.ref, 'refs/tags/')
38
+ # env:
39
+ # SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN_KEY }}
40
+ # run: |
41
+ # snapcraft login
42
42
- name : Docker Login
43
43
if : success()
44
44
env :
Original file line number Diff line number Diff line change @@ -86,17 +86,17 @@ dockers:
86
86
- " --label=org.opencontainers.image.revision={{.FullCommit}}"
87
87
- " --label=org.opencontainers.image.version={{.Version}}"
88
88
89
- snapcrafts :
90
- - name_template : " qf_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
91
- name : quickfixgo-qf
92
- publish : true
93
- summary : Example QuickFIX/Go Applications.
94
- description : Example QuickFIX/Go Applications.
95
- grade : stable
96
- confinement : strict
97
- layout :
98
- /etc/qf :
99
- bind : $SNAP_DATA/etc
89
+ # snapcrafts:
90
+ # - name_template: "qf_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
91
+ # name: quickfixgo-qf
92
+ # publish: true
93
+ # summary: Example QuickFIX/Go Applications.
94
+ # description: Example QuickFIX/Go Applications.
95
+ # grade: stable
96
+ # confinement: strict
97
+ # layout:
98
+ # /etc/qf:
99
+ # bind: $SNAP_DATA/etc
100
100
scoop :
101
101
name : qf
102
102
bucket :
You can’t perform that action at this time.
0 commit comments