We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5c69e commit 27be22fCopy full SHA for 27be22f
.github/workflows/build_application_docker.yaml
@@ -95,7 +95,7 @@ jobs:
95
build-args: |
96
UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}
97
NODE_VERSION=${{ env.NODE_VERSION }}
98
- ADDITIONAL_PACKAGES='nginx supervisor'
+ ADDITIONAL_PACKAGES=nginx supervisor
99
- name: Build and push Docker with additional packages
100
uses: docker/[email protected]
101
with:
@@ -109,4 +109,4 @@ jobs:
109
110
111
112
- ADDITIONAL_PACKAGES='nginx supervisor nano vim curl git telnet bzip2 iproute2 wget'
+ ADDITIONAL_PACKAGES=nginx supervisor nano vim curl git telnet bzip2 iproute2 wget
0 commit comments