We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3980fa5 commit e003a94Copy full SHA for e003a94
.github/workflows/publish-latest.yml
@@ -4,16 +4,14 @@ permissions:
4
packages: write
5
contents: read
6
7
-env:
8
- GO111MODULE: on
9
- GOPRIVATE: github.com/sprintertech
10
-
11
on:
12
push:
13
branches:
14
- main
15
16
env:
+ GO111MODULE: on
+ GOPRIVATE: github.com/sprintertech
17
ORG: 'sprintertech'
18
REGISTRY: 'ghcr.io'
19
.github/workflows/publish-tagged.yml
@@ -4,10 +4,6 @@ permissions:
release:
types:
@@ -16,6 +12,8 @@ on:
20
jobs:
21
build-and-push:
0 commit comments