Commit e8829543 authored by Grzegorz Bizon's avatar Grzegorz Bizon Committed by Kamil Trzciński

Fix serverless app deployments by bumping `tm` version

Previous version of the `tm` tool had a bug that resulted in not being
able to deploy serverless applications using this version.
parent 9318fba9
---
title: Fix serverless apps deployments by bumping 'tm' version
merge_request: 29254
author:
type: fixed
......@@ -20,7 +20,7 @@ stages:
.serverless:deploy:image:
stage: deploy
image: gcr.io/triggermesh/tm@sha256:e3ee74db94d215bd297738d93577481f3e4db38013326c90d57f873df7ab41d5
image: gcr.io/triggermesh/tm@sha256:3cfdd470a66b741004fb02354319d79f1598c70117ce79978d2e07e192bfb336 # v0.0.11
environment: development
script:
- echo "$CI_REGISTRY_IMAGE"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment