Compare commits

..

No commits in common. "e844c61ece393a59e8499c6fd9b77c5ce6d8138d" and "a44798edb11f15dc359d33ea62b195997f10a1d6" have entirely different histories.

View file

@ -59,13 +59,3 @@ jobs:
docker buildx build \ docker buildx build \
--tag keanucode/travbot-v3:latest \ --tag keanucode/travbot-v3:latest \
--platform linux/amd64,linux/arm/v7,linux/arm64 --push . --platform linux/amd64,linux/arm/v7,linux/arm64 --push .
- name: Sync From Docker Hub to GitHub
uses: onichandame/docker-registry-sync-action@master
with:
source_repository: docker.io/keanucode/travbot-v3:latest
source_username: ${{ secrets.DOCKER_USERNAME }}
source_password: ${{ secrets.DOCKER_PASSWORD }}
target_repository: docker.pkg.github.com/keanuplayz/travbot-v3/travbot-v3:latest
target_username: ${{ secrets.GH_USERNAME }}
target_password: ${{ secrets.GH_TOKEN }}