Update workflow.yml

This commit is contained in:
Simon Lecoq
2021-04-10 14:23:12 +02:00
parent 3c68341a6f
commit b303b0d540

View File

@@ -89,7 +89,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Login to GitHub registry
run: echo ${{ secrets.CONTAINER_REGISTRY_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
run: echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build docker image
run: docker build -t ghcr.io/lowlighter/metrics:master .
- name: Publish to GitHub registry