We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd72ae commit 17d3686Copy full SHA for 17d3686
1 file changed
.github/workflows/docker-publish.yaml
@@ -23,6 +23,8 @@ jobs:
23
registry: ${{ env.REGISTRY }}
24
username: ${{ github.repository_owner }}
25
password: ${{ secrets.GITHUB_TOKEN }}
26
+ - name: Get BUILD_VERSION
27
+ run: echo "$(grep "ARG BUILD_VERSION=" Dockerfile | cut -d' ' -f2)" >> $GITHUB_ENV
28
- name: Build and publish
29
uses: docker/build-push-action@master
30
with:
0 commit comments