Skip to content

Commit

Permalink
fix: change ci-docker-deployment.yaml to work on branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Mar 5, 2024
1 parent a585e61 commit 7206a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Zip docker_compose directory and upload
run: |
zip -r docker_compose.zip docker_compose
VERSION=$(echo $GITHUB_REF | cut -d / -f 3)
gh release upload $VERSION docker_compose.zip
# VERSION=$(echo $GITHUB_REF | cut -d / -f 3)
# gh release upload $VERSION docker_compose.zip
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create artifact
Expand Down

0 comments on commit 7206a25

Please sign in to comment.