Fix environment variable reference for Docker Hub login in GitHub Actions workflow
All checks were successful
Build Docker Image / build (push) Successful in 50s
All checks were successful
Build Docker Image / build (push) Successful in 50s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ env.DOCKER_HUB_USERNAME }}
|
username: ${{ vars.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Push Docker image to Docker Hub
|
- name: Push Docker image to Docker Hub
|
||||||
|
|||||||
Reference in New Issue
Block a user