Skip to content

Commit

Permalink
use okteto for publishing
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 fb651de commit 64b7372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: CI
on:
pull_request:
branches: master
Expand Down Expand Up @@ -45,5 +45,5 @@ jobs:
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--output "type=image,push=true" \
--build-arg COMMIT_SHA=${{ github.sha }} -t remote:${{ github.sha }} .
--build-arg COMMIT_SHA=${{ github.sha }} -t okteto/remote:${{ steps.tag.outputs.TAG }} .
if: ${{ github.event_name == 'release' }}

0 comments on commit 64b7372

Please sign in to comment.