🐛 Switch to new repo

This commit is contained in:
Nikhil Badyal
2024-04-30 17:52:34 +05:30
committed by Nikhil Badyal
parent 25ccf16c71
commit 7164c29dd4
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
if: github.repository == 'nikhilbadyal/docker-py-revanced'
with:
IMAGE_TAG: ${{ github.repository }}-base:latest
IMAGE_TAG: nikhilbadyaldevelops/docker-py-revanced-base:latest
FILE: Dockerfile-base
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
+2
View File
@@ -16,6 +16,8 @@ jobs:
dockerhub-push:
uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main
if: github.repository == 'nikhilbadyal/docker-py-revanced'
with:
IMAGE_TAG: nikhilbadyaldevelops/docker-py-revanced:latest
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}