Skip to content

Commit 011e609

Browse files
committed
pass plausible docker build arg in github action
1 parent 861cb67 commit 011e609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/default__build-push-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
platforms: linux/amd64,linux/arm64
7070
build-args: |
7171
"ARG_SITE_URL=${{ env.SITE_URL }}"
72+
"ARG_PLAUSIBLE_SCRIPT_URL=${{ env.PLAUSIBLE_SCRIPT_URL }}"
7273
push: true
7374
tags: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest
7475
# disabled metadata step

0 commit comments

Comments
 (0)