Skip to content

Publish proton-confdl Docker image #1

Publish proton-confdl Docker image

Publish proton-confdl Docker image #1

name: Publish proton-confdl Docker image
on:
push:
paths:
- 'protonvpn-wireguard-config-downloader/**'
branches:
- main
workflow_dispatch:
jobs:
publish-proton-confdl:
runs-on: ubuntu-24.04
steps:
- name: Retrieve source code
uses: actions/checkout@v4
- name: Build and publish Docker Image
uses: openzim/docker-publish-action@v10
with:
image-name: kiwix/mirrors-qa-proton-confdl
on-master: latest
restrict-to: kiwix/mirrors-qa
context: protonvpn-wireguard-config-downloader
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto
repo_overview: auto