Skip to content

Commit d222bf8

Browse files
committed
fixes
1 parent 859dc75 commit d222bf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
id: meta
2727
uses: docker/metadata-action@v5
2828
with:
29-
images: ${{ steps.base_image_name.outputs.image_name }}
29+
images: ${{ env.DOCKER_REPO }}
3030
tags: |
3131
type=ref,event=branch
3232
type=ref,event=pr
3333
type=raw,value=latest,enable={{is_default_branch}}
34-
type=raw,value={{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}
34+
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}
3535
3636
- name: Build and push production image
3737
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)