Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jun 16, 2020
1 parent 59a2db0 commit 3d1c363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-staging-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d1c363

Please sign in to comment.