diff --git a/.github/docker/archlinux/Dockerfile b/.github/docker/archlinux/Dockerfile index f360a79..f6c8f89 100644 --- a/.github/docker/archlinux/Dockerfile +++ b/.github/docker/archlinux/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux:latest -LABEL org.opencontainers.image.source https://github.com/nikp123/xava +LABEL org.opencontainers.image.source=https://github.com/nikp123/xava WORKDIR /mnt diff --git a/.github/docker/windows/Dockerfile b/.github/docker/windows/Dockerfile index 0ba966e..b41fe2b 100644 --- a/.github/docker/windows/Dockerfile +++ b/.github/docker/windows/Dockerfile @@ -1,6 +1,6 @@ FROM archlinux:latest -LABEL org.opencontainers.image.source https://github.com/nikp123/xava +LABEL org.opencontainers.image.source=https://github.com/nikp123/xava WORKDIR /mnt diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2bdac21..4b66ca2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rm -rf * - uses: actions/download-artifact@v4 with: