diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-18 10:26:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 10:26:36 +0000 |
commit | 833e01a6122776b61da4a9ab67d9a53c1dbe93e4 (patch) | |
tree | 2ada7a7138fb7653b85e34cc557f278e6574ea45 /.github | |
parent | ff94490384facc0a891a853ec10d7247587fcce9 (diff) |
Update docker-build-and-push.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker-build-and-push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-build-and-push.yml b/.github/workflows/docker-build-and-push.yml index 2d67b210..f9a7fa69 100644 --- a/.github/workflows/docker-build-and-push.yml +++ b/.github/workflows/docker-build-and-push.yml @@ -3,7 +3,7 @@ name: "Docker Multiarch Build & Push" on: - release: + push: # types: [published] branches: [master] |