mirror of
https://github.com/notf0und/SGS
synced 2026-07-18 02:31:08 +00:00
Update Docker image name to use DockerHub username and repo name dynamically
This commit is contained in:
parent
64db1d0985
commit
730c9f2b50
@@ -87,7 +87,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: notf0und/sgs
|
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name | lower }}
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=raw,value=latest
|
type=raw,value=latest
|
||||||
|
|||||||
Reference in New Issue
Block a user