diff --git a/.github/workflows/fedora.yaml b/.github/workflows/fedora.yaml index 2919a40..dae7831 100644 --- a/.github/workflows/fedora.yaml +++ b/.github/workflows/fedora.yaml @@ -19,7 +19,7 @@ jobs: - name: Prepare id: prepare run: | - DOCKER_IMAGE=ghcr.io/mentos1386/env-fedora + DOCKER_IMAGE=ghcr.io/mentos1386/workspace-fedora DOCKER_PLATFORMS=linux/amd64,linux/arm64 VERSION=edge diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index d7fb6d1..7789cf1 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -19,7 +19,7 @@ jobs: - name: Prepare id: prepare run: | - DOCKER_IMAGE=ghcr.io/mentos1386/env-ubuntu + DOCKER_IMAGE=ghcr.io/mentos1386/workspace-ubuntu DOCKER_PLATFORMS=linux/amd64,linux/arm64 VERSION=edge diff --git a/Dockerfile.fedora b/Dockerfile.fedora index 5b9d49d..baa19e3 100644 --- a/Dockerfile.fedora +++ b/Dockerfile.fedora @@ -2,7 +2,7 @@ FROM fedora:33 LABEL maintainer="Tine Jozelj " -LABEL org.opencontainers.image.source https://github.com/mentos1386/env +LABEL org.opencontainers.image.source https://github.com/mentos1386/workspace ARG SSH_USER="${SSH_USER:-tine}" diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index c77110b..6ed9faf 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -2,7 +2,7 @@ FROM ubuntu:20.10 LABEL maintainer="Tine Jozelj " -LABEL org.opencontainers.image.source https://github.com/mentos1386/env +LABEL org.opencontainers.image.source https://github.com/mentos1386/workspace ARG SSH_USER="${SSH_USER:-blink}" ARG SSH_PASSWORD="${SSH_PASSWORD:-blink}" diff --git a/packages/Dockerfile.kubectl b/packages/Dockerfile.kubectl index 5b84ca0..f406834 100644 --- a/packages/Dockerfile.kubectl +++ b/packages/Dockerfile.kubectl @@ -11,7 +11,7 @@ RUN chmod +x kubectl FROM scratch AS binaries LABEL maintainer="Tine Jozelj " -LABEL org.opencontainers.image.source https://github.com/mentos1386/env +LABEL org.opencontainers.image.source https://github.com/mentos1386/workspace COPY --from=build /root/kubectl / diff --git a/packages/Dockerfile.starship b/packages/Dockerfile.starship index df0b583..73efa08 100644 --- a/packages/Dockerfile.starship +++ b/packages/Dockerfile.starship @@ -12,7 +12,7 @@ RUN strip target/release/starship FROM scratch AS binaries LABEL maintainer="Tine Jozelj " -LABEL org.opencontainers.image.source https://github.com/mentos1386/env +LABEL org.opencontainers.image.source https://github.com/mentos1386/workspace COPY --from=build /usr/src/starship/target/release/starship /