- upload/download artifacts instead of building build and deploy jobs - updated uv package with version in url - add ruff/0.8.1 package
This commit is contained in:
@@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ ENV PACKAGE_VERSION=${PACKAGE_VERSION}
|
||||
COPY nfpm.yaml /app/nfpm.yaml
|
||||
|
||||
# Download the required files
|
||||
RUN wget -O /app/uv-x86_64-unknown-linux-gnu.tar.gz https://github.com/astral-sh/uv/releases/download/0.5.5/uv-x86_64-unknown-linux-gnu.tar.gz && \
|
||||
RUN wget -O /app/uv-x86_64-unknown-linux-gnu.tar.gz https://github.com/astral-sh/uv/releases/download/${PACKAGE_VERSION}/uv-x86_64-unknown-linux-gnu.tar.gz && \
|
||||
tar xf /app/uv-x86_64-unknown-linux-gnu.tar.gz && \
|
||||
mv /app/uv-x86_64-unknown-linux-gnu/* /app/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user