We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152cde2 commit 4c6daaeCopy full SHA for 4c6daae
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
earthly +docker-publish \
58
--PUSH=${DOCKER_PUSH} \
59
- --DOCKER_REGISTRIES="${{ secrets.DOCKER_REGISTRIES_FILTERED }}" \
+ --DOCKER_REGISTRIES="${{ env.DOCKER_REGISTRIES_FILTERED }}" \
60
--DOCKER_IMAGES_EXTRA_TAGS="${EARTHLY_DOCKER_IMAGES_EXTRA_TAGS}" \
61
--GITLAB_MAVEN_REGISTRY_URL="${GITLAB_MAVEN_REGISTRY_URL}"
62
0 commit comments