Skip to content

Commit a40b232

Browse files
committed
Fix dev builds from specific branch
1 parent 7ad3127 commit a40b232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-dev-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
push: true
4141
build-args:
4242
APP_VERSION=${{ steps.previoustag.outputs.tag }}
43+
BRANCH=${{ steps.previoustag.outputs.tag }}
4344
tags:
4445
ghcr.io/${{ github.repository }}:dev, ghcr.io/${{ github.repository }}:${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)