dockerhub use github.actor.

This commit is contained in:
Miroslav Šedivý 2025-04-03 21:46:52 +02:00
parent 1f7d12b388
commit 9eb4c36596

View file

@ -42,7 +42,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Generate base Dockerfile
@ -106,7 +106,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push