mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
update step names
This commit is contained in:
parent
fe03db7dba
commit
2a09c620fd
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -193,10 +193,10 @@ jobs:
|
|||||||
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME}}
|
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME}}
|
||||||
subject-digest: ${{ steps.ghcr-push.outputs.digest }}
|
subject-digest: ${{ steps.ghcr-push.outputs.digest }}
|
||||||
push-to-registry: true
|
push-to-registry: true
|
||||||
- name: Log in to the GHCR container registry
|
- name: Log in to the DockerHub container registry
|
||||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.GHCR_REGISTRY }}
|
registry: ${{ env.DOCKERHUB_REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Build and push image to DockerHub
|
- name: Build and push image to DockerHub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user