🎨 Added windows and mac image [skip ci]

This commit is contained in:
Nikhil Badyal
2023-08-25 19:28:49 +05:30
parent d581ed8ae3
commit 37782f283c
3 changed files with 15 additions and 2 deletions
+15
View File
@@ -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