Skip to content

Commit 9bd7708

Browse files
committed
Ensure hub username is set when publishing in GHA workflow
1 parent f621d99 commit 9bd7708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-labspace-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
- name: Publish Compose file
2929
run: |
3030
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

Comments
 (0)