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 78ae255 commit 4951ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- 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
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
Expand Down

0 comments on commit 4951ffb

Please sign in to comment.