We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a9275 commit 3cc23ddCopy full SHA for 3cc23dd
1 file changed
.github/workflows/build-docker-image.yml
@@ -36,7 +36,6 @@ jobs:
36
file: ./docker/Dockerfile.base
37
push: true
38
tags: |
39
- ghcr.io/uwlab-isaaclab/isaaclab:latest
40
- ghcr.io/uwlab-isaaclab/isaaclab:${{ github.sha }}
+ ghcr.io/uwlab-isaaclab/isaaclab-latest
41
cache-from: type=gha
42
cache-to: type=gha,mode=max
0 commit comments