Skip to content

Commit e003a94

Browse files
committed
Remove duplicate action environment
1 parent 3980fa5 commit e003a94

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/publish-latest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ permissions:
44
packages: write
55
contents: read
66

7-
env:
8-
GO111MODULE: on
9-
GOPRIVATE: github.com/sprintertech
10-
117
on:
128
push:
139
branches:
1410
- main
1511

1612
env:
13+
GO111MODULE: on
14+
GOPRIVATE: github.com/sprintertech
1715
ORG: 'sprintertech'
1816
REGISTRY: 'ghcr.io'
1917

.github/workflows/publish-tagged.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ permissions:
44
packages: write
55
contents: read
66

7-
env:
8-
GO111MODULE: on
9-
GOPRIVATE: github.com/sprintertech
10-
117
on:
128
release:
139
types:
@@ -16,6 +12,8 @@ on:
1612
env:
1713
ORG: 'sprintertech'
1814
REGISTRY: 'ghcr.io'
15+
GO111MODULE: on
16+
GOPRIVATE: github.com/sprintertech
1917

2018
jobs:
2119
build-and-push:

0 commit comments

Comments
 (0)