File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 # key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3434 # restore-keys: |
3535 # ${{ 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
4242 - name : Docker Login
4343 if : success()
4444 env :
Original file line number Diff line number Diff line change @@ -86,17 +86,17 @@ dockers:
8686 - " --label=org.opencontainers.image.revision={{.FullCommit}}"
8787 - " --label=org.opencontainers.image.version={{.Version}}"
8888
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
100100scoop :
101101 name : qf
102102 bucket :
You can’t perform that action at this time.
0 commit comments