Update github action.
This commit is contained in:
7
.github/workflows/cd.yml
vendored
7
.github/workflows/cd.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user