mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Added windows and mac image [skip ci]
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: Push to DockerHub
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
dockerhub-push:
|
||||
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
FILE: Dockerfile-base
|
||||
Reference in New Issue
Block a user