From fb84cc2066bd34c5916983d030b1187714cfbb17 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 10 Feb 2024 22:46:18 -0700 Subject: [PATCH] Update github-actions-builddockerfile.yml --- .github/workflows/github-actions-builddockerfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"