Read secrets from secrets

This commit is contained in:
ErickSkrauch
2023-12-12 02:13:19 +01:00
parent ecbb06b83c
commit 26bfbd1517

View File

@@ -35,8 +35,8 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ env.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v5