Skip to content

Commit 27be22f

Browse files
committed
fix spaces
1 parent cc5c69e commit 27be22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_application_docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
build-args: |
9696
UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}
9797
NODE_VERSION=${{ env.NODE_VERSION }}
98-
ADDITIONAL_PACKAGES='nginx supervisor'
98+
ADDITIONAL_PACKAGES=nginx supervisor
9999
- name: Build and push Docker with additional packages
100100
uses: docker/[email protected]
101101
with:
@@ -109,4 +109,4 @@ jobs:
109109
build-args: |
110110
UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}
111111
NODE_VERSION=${{ env.NODE_VERSION }}
112-
ADDITIONAL_PACKAGES='nginx supervisor nano vim curl git telnet bzip2 iproute2 wget'
112+
ADDITIONAL_PACKAGES=nginx supervisor nano vim curl git telnet bzip2 iproute2 wget

0 commit comments

Comments
 (0)