diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929bf57..5a9f758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,13 @@ jobs: file: Kemkas.Web/Dockerfile cache-from: type=gha cache-to: type=gha,mode=max - push: true + push: false load: true tags: | ghcr.io/${{ github.repository_owner }}/kemkas-backend:${{ env.GITHUB_SHA_SHORT }} + registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }} - run: | - docker tag ghcr.io/${{ github.repository_owner }}/kemkas-backend:${{ env.GITHUB_SHA_SHORT }} registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }} + docker push ghcr.io/${{ github.repository_owner }}/kemkas-backend:${{ env.GITHUB_SHA_SHORT }} docker push registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }} - uses: actions/checkout@v4 with: