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 9a12741 commit 512bd9dCopy full SHA for 512bd9d
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
17
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
18
- tags: "imiobe/iadelib:communes-${{ github.ref }}"
+ tags: "imiobe/iadelib:communes-${{ github.ref_name }}"
19
demo:
20
runs-on: ubuntu-latest
21
steps:
@@ -27,7 +27,7 @@ jobs:
27
28
29
dockerfile: ./docker/Dockerfile-demo
30
- tags: "imiobe/iadelib:demo-latest,imiobe/iadelib:demo-${{ github.ref.name }}"
+ tags: "imiobe/iadelib:demo-latest,imiobe/iadelib:demo-${{ github.ref_name }}"
31
hainaut-prov:
32
33
0 commit comments