mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
have DockerHub login use username secret instead
This commit is contained in:
parent
2a09c620fd
commit
c104475cd6
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -197,7 +197,7 @@ jobs:
|
||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||
with:
|
||||
registry: ${{ env.DOCKERHUB_REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build and push image to DockerHub
|
||||
uses: docker/build-push-action@v6
|
||||
|
Loading…
x
Reference in New Issue
Block a user