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 a56c72e commit 28dff6bCopy full SHA for 28dff6b
.github/workflows/docker.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Get version
23
run: |
24
VERSION=$(cat ${{ github.workspace }}/.version)
25
- echo "IMAGE_VERSION=${VERSION}" >> $GITHUB_ENV
+ echo "IMAGE_VERSION=$VERSION" >> $GITHUB_ENV
26
27
- name: Build and push Backend
28
uses: docker/build-push-action@v2
0 commit comments