We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad3127 commit a40b232Copy full SHA for a40b232
.github/workflows/docker-dev-image.yml
@@ -40,5 +40,6 @@ jobs:
40
push: true
41
build-args:
42
APP_VERSION=${{ steps.previoustag.outputs.tag }}
43
+ BRANCH=${{ steps.previoustag.outputs.tag }}
44
tags:
45
ghcr.io/${{ github.repository }}:dev, ghcr.io/${{ github.repository }}:${{ steps.previoustag.outputs.tag }}
0 commit comments