Skip to content

Commit

Permalink
ci: add latest tag (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathienle authored Sep 18, 2023
1 parent 20405ab commit 9d64f19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
context: .
file: ./docker/Dockerfile
push: true
tags: cytomineuliege/core:${{ github.ref_name }}
tags: |
cytomineuliege/core:latest
cytomineuliege/core:${{ github.ref_name }}

0 comments on commit 9d64f19

Please sign in to comment.