diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 85fd9d6..c8fa3da 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -71,7 +71,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ${{ github.repository }} + ${{ vars.URL }}/${{ github.repository }} # generate Docker tags based on the following events/attributes tags: | type=ref,event=branch