Skip to content

Commit 1578004

Browse files
authored
Update Docker tags to use release tag name
1 parent eb020ee commit 1578004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
name: inseefr/magma-back-office
5959
username: ${{ secrets.DOCKERHUB_USERNAME }}
6060
password: ${{ secrets.DOCKERHUB_TOKEN }}
61-
tags: "latest, ${{ needs.check-version.outputs.release-version }}"
61+
tags: "latest, ${{ github.event.release.tag_name }}"

0 commit comments

Comments
 (0)