Update Docker image tag format in workflow
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: docker.io/${{ secrets.DOCKERHUB_USERNAME }}/playground-frontend:main
|
tags: docker.io/${{ secrets.DOCKERHUB_USERNAME }}/playground:frontend-main
|
||||||
|
|||||||
Reference in New Issue
Block a user