There was an error while loading. Please reload this page.
1 parent 3231e1b commit ef09fb9Copy full SHA for ef09fb9
1 file changed
.github/workflows/docker_image.yml
@@ -1,4 +1,4 @@
1
-name: INCEpTION Reporting Dashboard – Docker Image
+name: Docker Image CI
2
3
on:
4
workflow_dispatch:
@@ -58,5 +58,6 @@ jobs:
58
push: true
59
tags: |
60
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.release.outputs.version }}
61
+ ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
62
build-args: |
63
VERSION=${{ steps.release.outputs.version }}
0 commit comments