mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
ref: rename repo from env to workspace
This commit is contained in:
parent
2cd31fbd3c
commit
05e08aca7f
6 changed files with 6 additions and 6 deletions
2
.github/workflows/fedora.yaml
vendored
2
.github/workflows/fedora.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/ubuntu.yaml
vendored
2
.github/workflows/ubuntu.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
FROM fedora:33
|
||||
|
||||
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
|
||||
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}"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
FROM ubuntu:20.10
|
||||
|
||||
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
|
||||
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}"
|
||||
|
|
|
@ -11,7 +11,7 @@ RUN chmod +x kubectl
|
|||
|
||||
FROM scratch AS binaries
|
||||
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
|
||||
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 /
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ RUN strip target/release/starship
|
|||
|
||||
FROM scratch AS binaries
|
||||
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
|
||||
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 /
|
||||
|
||||
|
|
Loading…
Reference in a new issue