rename and add date tag

This commit is contained in:
Balakrishnan Balasubramanian 2025-03-14 16:36:54 -04:00
parent cd2b151228
commit 01e7d35da7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM docker.io/archlinux:base-devel
LABEL Description="Container to build archlinux packages"
COPY packager.conf /etc/makepkg.conf.d/packager.conf
COPY makepkg.conf /etc/makepkg.conf.d/custom.conf
COPY sudoers /etc/sudoers.d/builder
COPY run.sh /run.sh
# COPY ./yay /usr/bin/yay

View File

@ -1,7 +1,7 @@
build:
podman build -t gitea.balki.me/balki/aur_builder:exp .
podman build -t gitea.balki.me/balki/aur_builder:exp -t gitea.balki.me/balki/aur_builder:`date -I` .
pull:
podman pull docker.io/archlinux:base-devel