-
Notifications
You must be signed in to change notification settings - Fork 11
31 lines (31 loc) · 867 Bytes
/
Copy pathdocker-publish.yml
File metadata and controls
31 lines (31 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
env:
INPUTS_TAG: v1.0.0
name: Docker
on:
push:
branches:
- master
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
INPUTS_CLIENT_PAYLOAD: '{"repository":${{ toJson(github.event.repository.name) }}}'
INPUTS_EVENT_TYPE: latest
INPUTS_REPOSITORY: ${{ github.repository_owner }}/${{ matrix.repo }}
uses: rekgrpth/github-repository-dispatch-shell-action@v1
strategy:
matrix:
repo:
- postgres.docker
release:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ github.token }}
uses: rekgrpth/github-publish-action-shell-action@v1
- env:
INPUTS_PASSWORD: ${{ secrets.PGXN_PASSWORD }}
uses: rekgrpth/pgxn-release-shell-action@v1