Skip to content

Commit

Permalink
Publish Proton Config Downloader image
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 15, 2024
1 parent 98e566f commit c9980f9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/proton-confdl-Publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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

0 comments on commit c9980f9

Please sign in to comment.