Skip to content

Commit

Permalink
try pull manifest on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Dec 3, 2024
1 parent 8386fb9 commit a581934
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
ghcr-username: ${{ github.actor }}
ghcr-password: ${{ secrets.GITHUB_TOKEN }}

- name: Checking
run: |
curl 'https://ghcr.io/v2/mrc-ide/wodin/manifests/mrc-5976' -H 'accept: application/vnd.docker.distribution.manifest.v2+json' -H 'authorisation:bearer ${{ secrets.GITHUB_TOKEN }}'
- name: Build and push docker
uses: docker/build-push-action@v5
Expand Down

0 comments on commit a581934

Please sign in to comment.