Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Aug 20, 2024
1 parent 10ed6e2 commit a218525
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
type=raw,value=${{ env.app_version }},enable=${{ github.ref_name == 'main' }}
- name: Checkout Etherpad
run: |
wget https://github.com/ether/etherpad-lite/archive/refs/tags/v${{ env.app_version }}.tar.gz
tar -xf v${{ env.app_version }}.tar.gz
mv etherpad-lite-${{ env.app_version }} etherpad-lite
git clone -b ${{ env.app_version }} --depth 1 https://github.com/ether/etherpad-lite.git
- name: Build and push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit a218525

Please sign in to comment.