aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/autogpt-docker-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/autogpt-docker-ci.yml')
-rw-r--r--.github/workflows/autogpt-docker-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autogpt-docker-ci.yml b/.github/workflows/autogpt-docker-ci.yml
index ebfdb3539..4ef63547e 100644
--- a/.github/workflows/autogpt-docker-ci.yml
+++ b/.github/workflows/autogpt-docker-ci.yml
@@ -24,7 +24,7 @@ defaults:
env:
IMAGE_NAME: auto-gpt
- DEPLOY_IMAGE_NAME: ${{ secrets.DOCKER_USER }}/auto-gpt
+ DEPLOY_IMAGE_NAME: ${{ secrets.DOCKER_USER && format('{0}/', secrets.DOCKER_USER) || '' }}auto-gpt
DEV_IMAGE_TAG: latest-dev
jobs: