diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25019ea..3bba314 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: cache-to: type=gha,mode=max push: true load: true - tags: + tags: | registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }} ghcr.io/${{ github.repository_owner }}/kemkas-backend:${{ env.GITHUB_SHA_SHORT }} - uses: actions/checkout@v4