Skip to content

Commit 6d86ad1

Browse files
committed
add docker username and password as env vars
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 3172200 commit 6d86ad1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/base-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ jobs:
109109
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
110110
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
111111
COSIGN_YES: true
112+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
113+
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
112114

113115
- name: Move built artifacts
114116
if: inputs.distribution == 'otelcol-contrib'

0 commit comments

Comments
 (0)