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 9f5bffb commit c05fd0aCopy full SHA for c05fd0a
.github/workflows/build_and_publish.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Set env
31
- run: echo "RELEASE_VERSION=$${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
+ run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
32
- name: Set up Docker Buildx
33
uses: docker/setup-buildx-action@v3
34
- name: Login to Docker Hub
0 commit comments