diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 55394ba..09ea7e0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,7 +3,7 @@ run-name: Build and Push Reese's Arch Toolbox on: push: paths: - - infrastructure/graduated/fedora/arch.containerfile + - infrastructure/graduated/fedora/** jobs: build-and-push-arch-toolbox: diff --git a/infrastructure/graduated/fedora/arch-toolbox.containerfile b/infrastructure/graduated/fedora/arch-toolbox.containerfile index dfedd97..46b54d9 100644 --- a/infrastructure/graduated/fedora/arch-toolbox.containerfile +++ b/infrastructure/graduated/fedora/arch-toolbox.containerfile @@ -116,4 +116,4 @@ RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o COPY zshrc /etc/zsh/zshrc.local # Copy tmux.conf to configure tmux in the container. -COPY tmux.conf /etc/tmux.conf \ No newline at end of file +COPY arch-toolbox-tmux.conf /etc/tmux.conf \ No newline at end of file