Compare commits
1 Commits
4e616e0948
...
b3e17befaf
| Author | SHA1 | Date | |
|---|---|---|---|
| b3e17befaf |
@ -12,8 +12,7 @@ ENV PACKAGE_RELEASE=${PACKAGE_RELEASE}
|
|||||||
ARG PACKAGE_VERSION
|
ARG PACKAGE_VERSION
|
||||||
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
|
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
|
||||||
|
|
||||||
# Copy nfpm.yaml from the context into the container
|
# Copy resources from the context into the container
|
||||||
COPY nfpm.yaml /app/nfpm.yaml
|
|
||||||
COPY resources /app/resources
|
COPY resources /app/resources
|
||||||
|
|
||||||
# Download the required files
|
# Download the required files
|
||||||
|
|||||||
@ -12,8 +12,7 @@ ENV PACKAGE_RELEASE=${PACKAGE_RELEASE}
|
|||||||
ARG PACKAGE_VERSION
|
ARG PACKAGE_VERSION
|
||||||
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
|
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
|
||||||
|
|
||||||
# Copy nfpm.yaml from the context into the container
|
# Copy resources from the context into the container
|
||||||
COPY nfpm.yaml /app/nfpm.yaml
|
|
||||||
COPY resources /app/resources
|
COPY resources /app/resources
|
||||||
|
|
||||||
# Download the required files
|
# Download the required files
|
||||||
|
|||||||
@ -12,8 +12,7 @@ ENV PACKAGE_RELEASE=${PACKAGE_RELEASE}
|
|||||||
ARG PACKAGE_VERSION
|
ARG PACKAGE_VERSION
|
||||||
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
|
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
|
||||||
|
|
||||||
# Copy nfpm.yaml from the context into the container
|
# Copy resources from the context into the container
|
||||||
COPY nfpm.yaml /app/nfpm.yaml
|
|
||||||
COPY resources /app/resources
|
COPY resources /app/resources
|
||||||
|
|
||||||
# Download the required files
|
# Download the required files
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user