Update Docker image name to use DockerHub username and repo name dynamically

This commit is contained in:
Fabián Gonzalo Artur de la Villarmois
2026-03-29 19:29:30 +13:00
parent 64db1d0985
commit 730c9f2b50
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: notf0und/sgs
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name | lower }}
tags: |
type=semver,pattern={{version}}
type=raw,value=latest