Update github action.

This commit is contained in:
mike 2022-06-11 02:36:45 -07:00
parent 327fa9925b
commit 692a5d5e92
1 changed files with 5 additions and 2 deletions

View File

@ -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 }}
password: ${{ secrets.GITHUB_TOKEN }}