Skip to content

Commit ccb2142

Browse files
authored
Sygma OTEL Agent: login docker (#32)
1 parent 23a03b8 commit ccb2142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/opentelemetry.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
uses: docker/login-action@v3
4040
with:
4141
registry: ${{ env.REGISTRY }}
42-
username: ${{ github.repository_owner }}
43-
password: ${{ secrets.GHCR_TOKEN }}
42+
username: ${{ github.actor }}
43+
password: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: build / tag / push docker image into ghcr
4646
id: build-and-push

0 commit comments

Comments
 (0)