We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60aebe commit 9690e66Copy full SHA for 9690e66
.github/workflows/build.yaml
@@ -6,7 +6,8 @@ on:
6
env:
7
CONTEXT_PATH: .
8
DOCKER_PATH: ./Dockerfile
9
- DOCKER_REPO: teamA
+ DOCKER_REGISTRY: docker.io
10
+ DOCKER_REPO: teama
11
IMAGE_NAME: be
12
jobs:
13
publish:
@@ -30,7 +31,7 @@ jobs:
30
31
with:
32
33
images: |
- "${{secrets.DOCKER_USERNAME}}/${{ env.DOCKER_REPO }}/${{ env.IMAGE_NAME }}"
34
+ "${{env.DOCKER_REGISTRY}}/${{secrets.DOCKER_USERNAME}}/${{ env.DOCKER_REPO }}"
35
tags: |
36
type=raw,value={{branch}}-sha-{{sha}}
37
0 commit comments