Skip to content

Commit a496250

Browse files
authored
🧱 Fix godevcontainer tags
1 parent bade8c5 commit a496250

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/devcontainer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
with:
2727
context: .devcontainer
2828
push: true
29-
tags: registry.jetbrains.team/p/sa/public/godevcontainer:1.${{ github.run_number }}
29+
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

Comments
 (0)