From 3d1c363afd63072ad83977ed32c798ef6a6edc72 Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Tue, 16 Jun 2020 16:32:35 +0200 Subject: [PATCH] Fixed typo --- .github/workflows/cd-staging-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-staging-templates.yml b/.github/workflows/cd-staging-templates.yml index ff4bd69c5..3cc394450 100644 --- a/.github/workflows/cd-staging-templates.yml +++ b/.github/workflows/cd-staging-templates.yml @@ -29,7 +29,7 @@ jobs: - run: echo "::set-env name=ACCESS_TOKEN::$(gcloud auth print-access-token)" - name: Create template Dockerfile - run: cat templates/Dockerfile.template | sed -e "s/\%IMAGE%/${{ github.event.client_payload.image }}/" > Dockerfile.theia + run: cat templates/Dockerfile.template | sed -e "s/%IMAGE%/${{ github.event.client_payload.image }}/" > Dockerfile.theia - name: Build and Push template image on GKE uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action