CI: replace publish image step with a much simpler one that supports LATEST (#90498)

* replace publish image step with a much simpler one that supports LATEST
This commit is contained in:
Kevin Minehart
2024-07-18 10:53:47 -05:00
committed by GitHub
parent a43a538976
commit 6a2a6b0fbc
3 changed files with 212 additions and 36 deletions
+1
View File
@@ -9,6 +9,7 @@ load(
)
images = {
"docker": "docker:27-cli",
"git": "alpine/git:2.40.1",
"go": "golang:{}-alpine".format(golang_version),
"node": "node:{}-alpine".format(nodejs_version),