Skip to content

Commit 0520b7e

Browse files
fix:workflow
1 parent 1efc70b commit 0520b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
CONTEXT_PATH: .
88
DOCKER_PATH: ./Dockerfile
9-
DOCKER_REGISTRY: sulavadk7
9+
DOCKER_REGISTRY: docker.io
1010
DOCKER_REPO: teamA
1111
IMAGE_NAME: be
1212
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232

3333
images: |
34-
"${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_REPO }}/${{ env.IMAGE_NAME }}"
34+
"${{ env.DOCKER_REGISTRY }}/${{env.DOCKER_USER}}/${{ env.DOCKER_REPO }}/${{ env.IMAGE_NAME }}"
3535
tags: |
3636
type=raw,value={{branch}}-sha-{{sha}}
3737

0 commit comments

Comments
 (0)