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 f621d99 commit 9bd7708Copy full SHA for 9bd7708
.github/workflows/deploy-labspace-compose.yaml
@@ -28,3 +28,5 @@ jobs:
28
- name: Publish Compose file
29
run: |
30
docker compose -f oci://dockersamples/labspace -f .labspace/compose.override.yaml publish $DOCKERHUB_USERNAME/labspace-container-supported-development --with-env -y
31
+ env:
32
+ DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments