Skip to content

Commit

Permalink
update ghcr to use gh-token
Browse files Browse the repository at this point in the history
  • Loading branch information
soofstad authored Apr 19, 2021
1 parent 21da814 commit 3117ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Docker login
run: echo ${{ secrets.GH_REGISTRY }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
- name: Pull latest
run: docker pull ghcr.io/equinor/ms-continuus:main
- name: Build
Expand Down

0 comments on commit 3117ba5

Please sign in to comment.