Skip to content

Commit

Permalink
Fix REGISTRY_URL on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Blendman974 authored Nov 20, 2024
1 parent d84662c commit 98ca715
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

0 comments on commit 98ca715

Please sign in to comment.