Skip to content

Commit

Permalink
Fix PLEXDRIVE_VERSION build-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rapejim authored Jun 9, 2024
1 parent 1b0f299 commit 60c693b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
PLEXDRIVE_VERSION='5.2.1'
PLEXDRIVE_VERSION=5.2.1
tags: ${{ steps.meta_pd521.outputs.tags }}
labels: ${{ steps.meta_pd521.outputs.labels }}

0 comments on commit 60c693b

Please sign in to comment.