fix COPY for ddns service not working in Docker
This commit is contained in:
@@ -27,4 +27,4 @@ jobs:
|
|||||||
file: ${{ gitea.workspace }}/active/podman_ddns/Containerfile
|
file: ${{ gitea.workspace }}/active/podman_ddns/Containerfile
|
||||||
push: true
|
push: true
|
||||||
tags: "gitea.reeseapps.com/services/ddns:latest,gitea.reeseapps.com/services/ddns:${{gitea.sha}}"
|
tags: "gitea.reeseapps.com/services/ddns:latest,gitea.reeseapps.com/services/ddns:${{gitea.sha}}"
|
||||||
no-cache: false
|
no-cache: true
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
target: cpu
|
target: cpu
|
||||||
push: true
|
push: true
|
||||||
tags: "gitea.reeseapps.com/services/arch-toolbox:latest,gitea.reeseapps.com/services/arch-toolbox:${{gitea.sha}}"
|
tags: "gitea.reeseapps.com/services/arch-toolbox:latest,gitea.reeseapps.com/services/arch-toolbox:${{gitea.sha}}"
|
||||||
no-cache: false
|
no-cache: true
|
||||||
- name: Build and push AMD GPU Docker image
|
- name: Build and push AMD GPU Docker image
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
@@ -37,4 +37,4 @@ jobs:
|
|||||||
target: amdgpu
|
target: amdgpu
|
||||||
push: true
|
push: true
|
||||||
tags: "gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest,gitea.reeseapps.com/services/arch-toolbox-amdgpu:${{gitea.sha}}"
|
tags: "gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest,gitea.reeseapps.com/services/arch-toolbox-amdgpu:${{gitea.sha}}"
|
||||||
no-cache: false
|
no-cache: true
|
||||||
@@ -13,7 +13,7 @@ RUN sh /uv-installer.sh && rm /uv-installer.sh
|
|||||||
ENV PATH="/root/.local/bin/:$PATH"
|
ENV PATH="/root/.local/bin/:$PATH"
|
||||||
|
|
||||||
# Copy the project into the image
|
# Copy the project into the image
|
||||||
ADD update.py uv.lock pyproject.toml /app
|
COPY update.py uv.lock pyproject.toml /app/
|
||||||
|
|
||||||
# Sync the project into a new environment, using the frozen lockfile
|
# Sync the project into a new environment, using the frozen lockfile
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user