Skip to content

Commit

Permalink
use docker for now
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
  • Loading branch information
rberrelleza committed Jun 17, 2020
1 parent b3f2e7f commit 1c5b735
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
password: '${{ secrets.DOCKER_PASS }}'

- name: "Build"
uses: okteto/build@master
env:
COMMIT_SHA: ${{ github.sha }}
OKTETO_TOKEN: ${{ secrets.OKTETO_TOKEN }}
with:
tag: okteto/remote:${{ steps.tag.outputs.TAG }}
buildargs: COMMIT_SHA
run: |
docker build --build-arg COMMIT_SHA=${{ github.sha }} -t okteto/remote:${{ steps.tag.outputs.TAG }} .
docker push okteto/remote:${{ steps.tag.outputs.TAG }}

0 comments on commit 1c5b735

Please sign in to comment.