Skip to content

Commit 84eeafd

Browse files
set DOCKER_IMAGE
1 parent 15e39d5 commit 84eeafd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
name: Create image artifact
121121
if: success() && matrix.docker == 'core'
122122
run: |
123+
USERNAME=${{ secrets.DOCKER_USERNAME }}
124+
USERNAME=${USERNAME:-bluerobotics}
125+
DOCKER_IMAGE=$USERNAME/${{ matrix.project }}-${{ matrix.docker }}
123126
GIT_HASH_SHORT=$(git rev-parse --short "$GITHUB_SHA")
124127
docker buildx build \
125128
${{ steps.prepare.outputs.buildx_args }} \

0 commit comments

Comments
 (0)