docker username added

This commit is contained in:
pseusys
2023-02-16 21:26:30 +01:00
parent b52d7c4211
commit 270ab39908

View File

@@ -15,7 +15,7 @@ jobs:
- name: Log in to the container registry 🚪 - name: Log in to the container registry 🚪
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: wakareadmestats
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker 🏋️ - name: Extract metadata (tags, labels) for Docker 🏋️