Skip to content

Commit

Permalink
remove tags list debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Oct 17, 2024
1 parent 69a5e79 commit 471e198
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
echo "ghcr.io Docker image name is ${GHCR_IMAGE}"
echo "ghcr_image_name=\"${GHCR_IMAGE}\"" >> $GITHUB_OUTPUT
# TODO: Make sure skylight can grab the image tag and deploy

test:
runs-on: ubuntu-latest
steps:
Expand All @@ -76,11 +78,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: List available tags
run: |
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/orgs/allenai/packages/container/rslearn_projects/versions
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 471e198

Please sign in to comment.