Skip to content

Commit

Permalink
HACK: temp build from main
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Dec 19, 2024
1 parent 3b9e6cc commit 515b34b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-ws-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
with:
fetch-depth: 0

# Dockerfile must correspond to latest release, not main
- name: Check out latest tag
run: |
git checkout $(git rev-list --tags --max-count=1)
git describe
- name: Log into container registry
run: $RUNC login -u ${{ secrets.QUAY_BOTUSER }} -p ${{ secrets.QUAY_TOKEN }} quay.io

Expand Down

0 comments on commit 515b34b

Please sign in to comment.