Skip to content

♻️ Do not EXPOSE ports 80 and 443 by default as they can be customized #106

♻️ Do not EXPOSE ports 80 and 443 by default as they can be customized

♻️ Do not EXPOSE ports 80 and 443 by default as they can be customized #106

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- master
types:
- closed
workflow_dispatch:
inputs:
number:
description: PR number
required: true
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: 'false'
jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# To allow latest-changes to commit to master
token: ${{ secrets.UWSGI_NGINX_DOCKER_LATEST_CHANGES }}
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}