We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6e17b1 + fe1f4f1 commit a2ab6d0Copy full SHA for a2ab6d0
1 file changed
.github/workflows/docker-image.yml
@@ -83,7 +83,7 @@ jobs:
83
type=ref,event=branch
84
type=ref,event=pr
85
type=ref,event=tag
86
- ${{ matrix.dockertag == 'cpu' && 'type=raw,value=devcontainer' || '' }}
+ ${{ matrix.dockertag == 'cpu' && 'type=raw,value=latest' || '' }}
87
88
# Build Docker Image (but don't push yet -- wait for the test step first).
89
# https://github.com/docker/build-push-action
0 commit comments