Skip to content

Commit

Permalink
Fix publish build action (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippluca authored Dec 20, 2024
2 parents c0e385d + 090d899 commit 33c9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
build-args: |
VERSION=${{ env.VERSION }}
REVISION=${{ env.REVISION }}
pathPrefix="/browser/"
pathPrefix=/browser/
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:edge
Expand Down

0 comments on commit 33c9f02

Please sign in to comment.