diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d2701e3..60e4a68 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -25,4 +25,4 @@ jobs: with: platforms: linux/amd64,linux/arm64 push: true - tags: bertomlab/crawlflix/front:latest \ No newline at end of file + tags: ${{ vars.DOCKER_REGISTRY_URL }}/bertomlab/crawlflix/front:latest \ No newline at end of file