Skip to content

Commit

Permalink
Docker push only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hendrix committed Apr 22, 2021
1 parent f89bd74 commit 237b0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
run: |
docker build -t galoisbinaryanalysis/reopt containers/eval
- name: Push to Docker hub
if: github.event_name == 'push' && github.ref == 'master'
run: |
echo ${{ secrets.docker_password }} | docker login -u galoisbinaryanalysisbot --password-stdin
docker push galoisbinaryanalysis/reopt

0 comments on commit 237b0ae

Please sign in to comment.