We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
godevcontainer
1 parent bade8c5 commit a496250Copy full SHA for a496250
.github/workflows/devcontainer.yml
@@ -26,4 +26,6 @@ jobs:
26
with:
27
context: .devcontainer
28
push: true
29
- tags: registry.jetbrains.team/p/sa/public/godevcontainer:1.${{ github.run_number }}
+ tags: |
30
+ registry.jetbrains.team/p/sa/public/godevcontainer:1.${{ github.run_number }}
31
+ registry.jetbrains.team/p/sa/public/godevcontainer:latest
0 commit comments