From 692a5d5e926029dc2b954a9f4b272a09bb2bdcbd Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 11 Jun 2022 02:36:45 -0700 Subject: [PATCH] Update github action. --- .github/workflows/cd.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cb8f3e59..b7fd3f8c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,6 +1,9 @@ name: Create docker images -on: [create] +on: + push: + branches: + - master jobs: @@ -27,4 +30,4 @@ jobs: buildArgs: DATABASE_TYPE=${{ matrix.db-type }} registry: ghcr.io/${{ github.actor }} username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + password: ${{ secrets.GITHUB_TOKEN }}