diff --git a/.github/workflows/github-actions-builddockerfile.yml b/.github/workflows/github-actions-builddockerfile.yml index 74eca36..18dd8cd 100644 --- a/.github/workflows/github-actions-builddockerfile.yml +++ b/.github/workflows/github-actions-builddockerfile.yml @@ -36,7 +36,7 @@ jobs: env: DSLIM_HTTP_PROBE: false with: - target: mccloud/subgen:latest + target: docker.io/mccloud/subgen:latest overwrite: true # Push to the registry - run: docker image push "mccloud/subgen:latest"