Skip to content

Commit ef09fb9

Browse files
committed
No issue: Update Docker CI workflow to point to latest
1 parent 3231e1b commit ef09fb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker_image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: INCEpTION Reporting Dashboard – Docker Image
1+
name: Docker Image CI
22

33
on:
44
workflow_dispatch:
@@ -58,5 +58,6 @@ jobs:
5858
push: true
5959
tags: |
6060
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.release.outputs.version }}
61+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
6162
build-args: |
6263
VERSION=${{ steps.release.outputs.version }}

0 commit comments

Comments
 (0)