Skip to content

Merge branch 'master' of https://github.com/11notes/docker-postgres #21

Merge branch 'master' of https://github.com/11notes/docker-postgres

Merge branch 'master' of https://github.com/11notes/docker-postgres #21

Workflow file for this run

name: tags
on:
push:
tags:
- 'v*'
jobs:
tags:
runs-on: ubuntu-latest
steps:
- name: build docker image
uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7
with:
workflow: docker.yml
token: "${{ secrets.REPOSITORY_TOKEN }}"
inputs: '{ "release":"true", "readme":"true" }'