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.
2 parents 1d819fc + a40b232 commit bc27e68Copy full SHA for bc27e68
.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