We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9690e66 commit 836f948Copy full SHA for 836f948
.github/workflows/build.yaml
@@ -2,7 +2,7 @@ name: Build and Publish Image
2
on:
3
push:
4
branches:
5
- - dev
+ - dev2
6
env:
7
CONTEXT_PATH: .
8
DOCKER_PATH: ./Dockerfile
@@ -31,7 +31,7 @@ jobs:
31
with:
32
33
images: |
34
- "${{env.DOCKER_REGISTRY}}/${{secrets.DOCKER_USERNAME}}/${{ env.DOCKER_REPO }}"
+ "${{env.DOCKER_REGISTRY}}/${{secrets.DOCKER_USERNAME}}/${{ env.DOCKER_REPO }}/${{ env.IMAGE_NAME }}"
35
tags: |
36
type=raw,value={{branch}}-sha-{{sha}}
37
0 commit comments