Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
fix docker repo ref
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed May 14, 2020
1 parent 81f11e2 commit 51e4557
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
--username ${{ secrets.DOCKERHUB_USERNAME }} \
--password-stdin
export tag=${GITHUB_REF/refs\/tags\/v/}
docker build . -t postman-to-k6:$tag
docker build . -t loadimpact/postman-to-k6:$tag
docker tag \
postman-to-k6:$tag \
postman-to-k6:latest
docker push postman-to-k6:$tag
docker push postman-to-k6:latest
loadimpact/postman-to-k6:$tag \
loadimpact/postman-to-k6:latest
docker push loadimpact/postman-to-k6:$tag
docker push loadimpact/postman-to-k6:latest

0 comments on commit 51e4557

Please sign in to comment.