Skip to content

Commit

Permalink
make this a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Dec 12, 2023
1 parent 9e61a83 commit 62e34d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ jobs:
# we use this docker/tilt-releaser image for cli jobs because starlark-lsp requires it to build
# as opposed to running image off cimg/go:<< pipeline.parameters.go-version like every other job
docker:
- image: "docker/tilt-releaser@sha256:ff4a71c0d18717cc9c646778cc426a0a4f916885c5fe7eb001f0eaee0d3483a0"
- image: "docker/tilt-releaser@sha256:31e51c6441faa5021a20ebe84cf974145d2975f792dd880a5d1c2fa578818458"
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -1181,8 +1181,9 @@ jobs:
push_cli_artifacts:
# we use this docker/tilt-releaser image for cli jobs because starlark-lsp requires it to build
# as opposed to running image off cimg/go:<< pipeline.parameters.go-version like every other job
# TODO make this a constant
docker:
- image: "docker/tilt-releaser@sha256:ff4a71c0d18717cc9c646778cc426a0a4f916885c5fe7eb001f0eaee0d3483a0"
- image: "docker/tilt-releaser@sha256:31e51c6441faa5021a20ebe84cf974145d2975f792dd880a5d1c2fa578818458"
steps:
- slack/notify:
channel: engineering
Expand Down

0 comments on commit 62e34d1

Please sign in to comment.