Skip to content

Commit

Permalink
Merge pull request #29 from ebmdatalab/madwort/manual-deploy-breadcrumb
Browse files Browse the repository at this point in the history
chore: add a breadcrumb about manual deployment
  • Loading branch information
madwort authored Nov 16, 2023
2 parents 1c499f9 + 0900450 commit 78f731b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
- name: Publish image
run: |
# if you want to do this manually, use a PAT (classic) with `write:packages`:
# https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic
echo ${{ secrets.GITHUB_TOKEN }} | docker login "$REGISTRY" -u ${{ github.actor }} --password-stdin
docker tag "$IMAGE_NAME" "$PUBLIC_IMAGE_NAME":latest
docker push "$PUBLIC_IMAGE_NAME":latest
Expand Down

0 comments on commit 78f731b

Please sign in to comment.