mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-23 18:04:54 +02:00
Use a separate Docker Hub token for the e2e test cache rebuild image push.
This commit is contained in:
@@ -21,8 +21,8 @@ jobs:
|
||||
|
||||
- uses: docker/build-push-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_ID }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
username: ${{ secrets.E2E_TEST_DOCKER_HUB_ID }}
|
||||
password: ${{ secrets.E2E_TEST_DOCKER_HUB_TOKEN }}
|
||||
repository: ximoneighteen/krillbuildbase
|
||||
tags: latest
|
||||
target: build
|
||||
|
||||
Reference in New Issue
Block a user