Skip to content

Commit

Permalink
Fix docker build for version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemarcoli committed Apr 1, 2024
1 parent 13d2c36 commit 9259895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: 🚀 Build and push for version tag
uses: docker/build-push-action@v5
with:
context: .
context: source/.
platforms: linux/amd64,linux/arm64
push: true
tags: belmeg/stremio-addon-jackett:${{ github.event.release.tag_name }}

0 comments on commit 9259895

Please sign in to comment.