Update workflow.yml

This commit is contained in:
linguist
2020-12-30 21:38:20 +01:00
parent f24e471772
commit 183cbb0207

View File

@@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Login to GitHub registry
run: docker login docker.pkg.github.com -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
- name: Build lowlighter/metrics:${{ github.head_ref || 'master' }}
run: docker build -t lowlighter/metrics:${{ github.head_ref || 'master' }} .
- name: Run tests