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