Update github action.

This commit is contained in:
mike 2022-06-11 02:36:45 -07:00
parent 327fa9925b
commit 692a5d5e92

View File

@ -1,6 +1,9 @@
name: Create docker images name: Create docker images
on: [create] on:
push:
branches:
- master
jobs: jobs:
@ -27,4 +30,4 @@ jobs:
buildArgs: DATABASE_TYPE=${{ matrix.db-type }} buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
registry: ghcr.io/${{ github.actor }} registry: ghcr.io/${{ github.actor }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}