Skip to content

ci: add build and publishing workflows, add renovate config #1

ci: add build and publishing workflows, add renovate config

ci: add build and publishing workflows, add renovate config #1

Workflow file for this run

name: Publish
on:
push:
branches:
- master
workflow_dispatch: {}
jobs:
publish:
uses: wetransform/gha-workflows/.github/workflows/[email protected]
with:
image: wetransform/postfix
tag: latest
secrets:
# need to pass secrets explicitly because shared workflow comes from different org
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
SLACK_NOTIFICATIONS_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}