Skip to content

Update product-os/flowzone action to v20.2.1 - autoclosed #2791

Update product-os/flowzone action to v20.2.1 - autoclosed

Update product-os/flowzone action to v20.2.1 - autoclosed #2791

Workflow file for this run

name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
push:
tags:
- '*.*.*'
jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@e9c086ba81416cb47d17e37721c1615d1a002134 # v20.2.1
# prevent duplicate workflow executions for pull_request and pull_request_target
if: |
(
github.event.pull_request.head.repo.full_name == github.repository &&
github.event_name == 'pull_request'
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
) || (
github.event_name == 'push'
)
secrets:
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
disable_versioning: true
toggle_auto_merge: false
token_retrieval_mode: user
docker_images: |
ghcr.io/klutchell/dnscrypt-proxy,
docker.io/klutchell/dnscrypt-proxy