Skip to content

Commit 4c6daae

Browse files
authored
chore(workflow): DOCKER_REGISTRIES_FILTERED from env not secret (#296)
1 parent 152cde2 commit 4c6daae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
earthly +docker-publish \
5858
--PUSH=${DOCKER_PUSH} \
59-
--DOCKER_REGISTRIES="${{ secrets.DOCKER_REGISTRIES_FILTERED }}" \
59+
--DOCKER_REGISTRIES="${{ env.DOCKER_REGISTRIES_FILTERED }}" \
6060
--DOCKER_IMAGES_EXTRA_TAGS="${EARTHLY_DOCKER_IMAGES_EXTRA_TAGS}" \
6161
--GITLAB_MAVEN_REGISTRY_URL="${GITLAB_MAVEN_REGISTRY_URL}"
6262

0 commit comments

Comments
 (0)