Skip to content

Commit 9bb1b60

Browse files
authored
set default tags
1 parent 512bd9d commit 9bb1b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
1717
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
18-
tags: "imiobe/iadelib:communes-${{ github.ref_name }}"
18+
tags: "imiobe/iadelib:${{ github.ref_name }},imiobe/iadelib:communes-${{ github.ref_name }}"
1919
demo:
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)