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 751c7bf commit bb408beCopy full SHA for bb408be
.github/workflows/build_and_publish.yml
@@ -26,6 +26,8 @@ jobs:
26
- uses: actions/checkout@v4
27
- name: Set env
28
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
29
+ - name: Write version
30
+ run: echo "${GITHUB_REF#refs/*/}" > VERSION
31
- name: Set up Docker Buildx
32
uses: docker/setup-buildx-action@v3
33
- name: Login to Docker Hub
0 commit comments