mirror of
https://github.com/notf0und/SGS
synced 2026-07-17 18:21:06 +00:00
Merge pull request #7 from notf0und/update-docker-image-name-to-use-dockerHub-username-and-repo-name-dynamically
Update Docker image name to use DockerHub username and repo name dynamically
This commit is contained in:
committed by
GitHub
commit
d0531fee49
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user