Skip to content

Commit 187ceb9

Browse files
authored
gh actions workflow: fix .env.production env var
1 parent 4e68be1 commit 187ceb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push-docker-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
env:
88
REGISTRY_URL: "${{ secrets.CONTAINER_REGISTRY_URL }}"
9+
ENV_PRODUCTION_FILE: "${{ secrets.ENV_PRODUCTION_FILE }}"
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)