We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52df8fc commit 6e777beCopy full SHA for 6e777be
.github/workflows/build-test.yml
@@ -47,7 +47,11 @@ jobs:
47
context: .
48
file: .devcontainer/Dockerfile
49
push: true
50
- tags: ghcr.io/${{ needs.prep.outputs.repo_lower }}/devcontainer:${{ github.sha }}
+ tags: |
51
+ ghcr.io/${{ needs.prep.outputs.repo_lower }}/devcontainer:stable
52
+ ghcr.io/${{ needs.prep.outputs.repo_lower }}/devcontainer:${{ github.sha }}
53
+ cache-from: type=gha
54
+ cache-to: type=gha,mode=max
55
56
build:
57
needs: build-devcontainer
0 commit comments