diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 519952f1..5a5960a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,6 +135,5 @@ jobs: uses: docker/build-push-action@v6 with: push: true - registry: ${{ secrets.REGISTRY_URL }} tags: | - uttarena/api:${{ github.ref == 'refs/heads/master' && 'master' || 'dev' }} + ${{ secrets.REGISTRY_URL }}/uttarena/api:${{ github.ref == 'refs/heads/master' && 'master' || 'dev' }}