We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7ade3 commit 8139c50Copy full SHA for 8139c50
.github/workflows/build_pipelinesrelease_template.yml
@@ -92,7 +92,7 @@ jobs:
92
shell: bash
93
Validate-integration_test:
94
env:
95
- GHCR_IOGETPORTER_DOCKER_REGISTRY: https://ghcr.io
+ GHCR_IOGETPORTER_DOCKER_REGISTRY: https://ghcr.io/getporter
96
GHCR_IOGETPORTER_DOCKER_USERNAME: getporterbot
97
name: Integration Test
98
needs:
@@ -170,8 +170,8 @@ jobs:
170
run: mage PublishPorter PublishMixins
171
Publish-publish_docker:
172
173
- DOCKER_REGISTRY:
174
- DOCKER_USERNAME:
+ DOCKER_REGISTRY: https://ghcr.io/getporter
+ DOCKER_USERNAME: getporterbot
175
name: Publish Docker Images
176
177
- Validate-build
0 commit comments