通过 Actions 自动化构建,每个 master 版本自动构建对应的 init tag #1

Closed
opened 2025-01-13 14:42:21 +08:00 by martin · 1 comment
Owner

FROM docker.martin98.com/library/curl:latest as curl

RUN curl -o /init-apt.sh https://git.martin98.com/MartinFarm/init/raw/branch/main/init-apt.sh

FROM docker.martin98.com/library/ubuntu:22.04

COPY --from=curl /init-apt.sh /init-apt.sh

FROM docker.martin98.com/library/curl:latest as curl RUN curl -o /init-apt.sh https://git.martin98.com/MartinFarm/init/raw/branch/main/init-apt.sh FROM docker.martin98.com/library/ubuntu:22.04 COPY --from=curl /init-apt.sh /init-apt.sh
Author
Owner

done

done
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MartinFarm/init#1
No description provided.