Skip to content

Commit

Permalink
Add docker push step to Github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jun 19, 2020
1 parent 175d612 commit eb7d9c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,11 @@ jobs:
asset_path: ./bin/alphasql_darwin_amd64.tar.gz
asset_name: alphasql_darwin_amd64.tar.gz
asset_content_type: application/tar+gzip

- name: Docker Build and Push
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: matts966/alphasql
tags: ${{ github.ref }}

0 comments on commit eb7d9c7

Please sign in to comment.