Skip to content

Commit 97baeff

Browse files
Remove docker.io prefix from Docker image tag in workflow
1 parent fba87c8 commit 97baeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
context: .
2929
file: ./Dockerfile
3030
push: true
31-
tags: docker.io/darshanscripts/domain-modelling-copilot:latest
31+
tags: darshanscripts/domain-modelling-copilot:latest
3232
cache-from: type=registry,ref=darshanscripts/domain-modelling-copilot:latest
3333
cache-to: type=inline

0 commit comments

Comments
 (0)