Skip to content

test

test #23

Workflow file for this run

name: pipeline
on: [push]
jobs:
call-docker-image-workflow:
uses: psyb0t/reusable-github-workflows/.github/workflows/docker-image-workflow.yml@master
with:
repository_name: psyb0t/openvpn-client
target_platforms: "linux/amd64,linux/arm64"
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}