Skip to content

Commit bc4be12

Browse files
authored
Update secret paths for OCI credentials in Docker workflow (#31802)
1 parent a15efcc commit bc4be12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
jwtGithubAudience: https://vault.infra.ci.i.element.dev
135135
method: jwt
136136
secrets: |
137-
services/<team>-repositories/secret/data/oci.element.io username | OCI_USERNAME ;
138-
services/<team>-repositories/secret/data/oci.element.io password | OCI_PASSWORD ;
137+
services/web-repositories/secret/data/oci.element.io username | OCI_USERNAME ;
138+
services/web-repositories/secret/data/oci.element.io password | OCI_PASSWORD ;
139139
140140
- name: Login to oci.element.io Registry
141141
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3

0 commit comments

Comments
 (0)