From 36f1f78c64683b980d546b459063f5dc77aab7d4 Mon Sep 17 00:00:00 2001 From: Rise Erpelding Date: Fri, 22 Sep 2023 08:49:50 -1000 Subject: [PATCH] chore: remove repo name --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 322f82c..c3e34e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,5 +46,5 @@ jobs: - name: 'Build Inventory Image' run: | - docker build . --tag ghcr.io/sparkbox/sparkpress-wordpress-starter/sparkpress:latest - docker push ghcr.io/sparkbox/sparkpress-wordpress-starter/sparkpress:latest + docker build . --tag ghcr.io/sparkbox/sparkpress:latest + docker push ghcr.io/sparkbox/sparkpress:latest