Change env to secrets for worked file

This commit is contained in:
Dima YaFlay
2023-10-20 17:59:45 +03:00
committed by GitHub
parent c113ce00fe
commit a894a2e89e

View File

@@ -22,8 +22,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry
uses: docker/login-action@v2