~ login to ghcr.io docker

This commit is contained in:
lipovmi 2022-04-22 09:03:28 +03:00
parent 37f15ecbce
commit de4dbbf96a

View file

@ -18,7 +18,7 @@ jobs:
run: docker build . --file Dockerfile --tag ghcr.io/g-core/cert-manager-webhook-gcore:latest
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
run: echo "${{ secrets.GH_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: Push the Docker image