Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Oct 9, 2024
1 parent 7342120 commit a09f8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
docker build . --file Dockerfile --tag ghcr.io/navidrome/cross-taglib:$(date +%s) \
--build-arg TAGLIB_VERSION=${TAGLIB_VERSION}
--build-arg TAGLIB_SHA=${TAGLIB_SHA} \
--build-arg RELEASE_VERSION=${RELEASE_VERSION} \
--build-arg RELEASE_VERSION=${RELEASE_VERSION} \
--output "./dist" \
--target "artifact" .
--target "artifact" .

0 comments on commit a09f8d8

Please sign in to comment.