Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrv committed Aug 16, 2019
1 parent c14dd62 commit 110bca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
docker build -t ${image_prefix}:latest -t ${image_prefix}:${version} .
echo ${{ secrets.GITHUB_PASSWORD }} | docker login docker.pkg.github.com --username ${{ secrets.GITHUB_USERNAME }} --password-stdin
docker push ${image_prefix}:latest
docker push ${image_prefix}:${version} docker build -t docker.pkg.github.com/nais/testapp/testapp:latest .
docker push ${image_prefix}:${version}

0 comments on commit 110bca9

Please sign in to comment.