ci: fixed publishing of latest image for master branch only

#946
This commit is contained in:
Geoff Bourne 2021-07-03 14:16:10 -05:00
parent dd6700e659
commit f91ee5d245

View File

@ -38,9 +38,8 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=tag
type=edge,branch=master
flavor: |
latest=true
latest=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1