diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c81bb380..29cdfb71 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -109,7 +109,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: balzaclang/balzac + images: ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }} tags: | type=raw,value=latest,enable=${{ inputs.latestTag || false }} type=raw,value=test,enable=${{ inputs.testTag || false }}