Skip to content

Commit cf9fb67

Browse files
Fix snap_publish CI image tag
1 parent 438b39a commit cf9fb67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ jobs:
117117
ghr -token ${GITHUB_PAT} -username ${CIRCLE_PROJECT_USERNAME} -repository ${CIRCLE_PROJECT_REPONAME} -commitish ${CIRCLE_SHA1} -parallel 1 -b "Automatic release ${VERSION}" ${VERSION} ./dist
118118
snap_publish:
119119
machine:
120-
image: ubuntu-2204:2023.07.2 # https://circleci.com/developer/machine/image/ubuntu-2204
120+
# https://circleci.com/developer/machine/image/ubuntu-2204
121+
# Sometimes they just delete machine tags?? So just use current
122+
image: ubuntu-2204:current
121123
steps:
122124
- attach_workspace:
123125
at: .

0 commit comments

Comments
 (0)