feat(ci): Push Sandbox images to dockerhub instead of GHCR (#9163)

This commit is contained in:
Richie Foreman
2025-09-24 13:46:51 -03:00
committed by GitHub
parent 1753c71bfa
commit d8b895a2f1
2 changed files with 13 additions and 5 deletions

View File

@@ -26,8 +26,10 @@ jobs:
- name: 'Push'
uses: './.github/actions/push-sandbox'
with:
dockerhub-username: '${{ secrets.DOCKER_SERVICE_ACCOUNT_NAME }}'
dockerhub-token: '${{ secrets.DOCKER_SERVICE_ACCOUNT_KEY }}'
github-actor: '${{ github.actor }}'
github-secret: '${{ secrets.GITHUB_TOKEN }}'
github-sha: '${{ github.event.inputs.ref || github.sha }}'
github-sha: '${{ github.sha }}'
github-ref-name: '${{github.event.inputs.ref}}'
dry-run: '${{ github.event.inputs.dry-run }}'