Skip to content

Commit

Permalink
Merge pull request #2945 from alphagov/nsabri1/add-google-tag-manager-id
Browse files Browse the repository at this point in the history
Add GOOGLE_TAG_MANAGER_ID
  • Loading branch information
nsabri1 authored Dec 1, 2022
2 parents 20f67c0 + a075291 commit 13b5c48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:3.1.2

FROM $builder_image AS builder

ENV GOVUK_APP_NAME=static
ENV GOVUK_APP_NAME=static \
GOOGLE_TAG_MANAGER_ID=GTM-MG7HG5W

WORKDIR /app

Expand Down

0 comments on commit 13b5c48

Please sign in to comment.