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 d741cc2 commit 78ae255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Checkout Etherpad
run: |
wget https://github.com/ether/etherpad-lite/archive/refs/tags/v${{ env.app_version }}.tar.gz
tar -xf ${{ env.app_version }}.tar.gz
mv ${{ env.app_version }} etherpad-lite
tar -xf $v{{ env.app_version }}.tar.gz
mv v${{ env.app_version }} etherpad-lite
- name: Build and push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 78ae255

Please sign in to comment.