diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f3047f..a778330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: tags: kemkas/kemkas - name: Tag container image run: | - docker tag kemkas:kemkas registry.digitalocean.com/kemkas/kemkas:${GITHUB_SHA::8} + docker tag kemkas/kemkas registry.digitalocean.com/kemkas/kemkas:${GITHUB_SHA::8} - name: Push image to Container Registry run: | docker push registry.digitalocean.com/kemkas/kemkas:latest