let's only push to latest/version tag on publish

This commit is contained in:
taylorbourne
2021-04-22 15:47:02 -07:00
committed by GitHub
parent ec8f62e126
commit 1a164c1391

View File

@@ -2,9 +2,6 @@ name: Publish to DockerHub
on:
release:
types: [published]
push:
branches:
- master
jobs:
update:
runs-on: ubuntu-latest