Fix token variable name
This commit is contained in:
parent
7e3f024413
commit
e3dc9e8953
@ -9,7 +9,7 @@ jobs:
|
|||||||
image: "${{ secrets.CONTAINER_REGISTRY_URL}}/${{ secrets.CONTAINER_REGISTRY_USERNAME}}/php8.4-test-runner:0.0.1"
|
image: "${{ secrets.CONTAINER_REGISTRY_URL}}/${{ secrets.CONTAINER_REGISTRY_USERNAME}}/php8.4-test-runner:0.0.1"
|
||||||
credentials:
|
credentials:
|
||||||
username: "${{ secrets.CONTAINER_REGISTRY_USERNAME }}"
|
username: "${{ secrets.CONTAINER_REGISTRY_USERNAME }}"
|
||||||
password: "${{ secrets.CONTAINER_REGISTRY_PASSWORD }}"
|
password: "${{ secrets.CONTAINER_REGISTRY_TOKEN }}"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: pwd
|
- run: pwd
|
Loading…
x
Reference in New Issue
Block a user