Skip to content

Update current ACME protocol notifications #13

Update current ACME protocol notifications

Update current ACME protocol notifications #13

Workflow file for this run

name: Pull Request Opened
env:
APP_NAME: certbot
on:
pull_request:
branches:
- master
types:
- opened
- reopened
- synchronize
jobs:
build:
name: Build & Push to GHCR
if: "! github.event.pull_request.head.repo.fork"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build & Push to GHCR
uses: ./.github/actions/build-push-container
with:
context: ./docker
image_name: ${{ env.APP_NAME }}
github_username: ${{ github.repository_owner }}
github_token: ${{ secrets.GITHUB_TOKEN }}