mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Added Docker Push CI
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
name: Push to DockerHub
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
jobs:
|
||||||
|
dockerhub-push:
|
||||||
|
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
||||||
|
if: github.repository == 'nikhilbadyal/docker-py-revanced'
|
||||||
|
secrets:
|
||||||
|
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user