Skip to content

Commit a2ab6d0

Browse files
authored
Merge pull request #1037 from mlcommons/sarthakpati-patch-1
Added a simple latest tag
2 parents d6e17b1 + fe1f4f1 commit a2ab6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
type=ref,event=branch
8484
type=ref,event=pr
8585
type=ref,event=tag
86-
${{ matrix.dockertag == 'cpu' && 'type=raw,value=devcontainer' || '' }}
86+
${{ matrix.dockertag == 'cpu' && 'type=raw,value=latest' || '' }}
8787
8888
# Build Docker Image (but don't push yet -- wait for the test step first).
8989
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)