Compare commits

...

2 Commits

Author SHA1 Message Date
Oskar 1caf617c6a
Update docker-publish.yml 2021-10-22 16:30:00 +02:00
Oskar c9594ec037
Add clean pkg cache 2021-10-22 15:41:33 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -30,4 +30,4 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: medzik/archlinux-pkg-build:latest
tags: medzik/archlinux:latest

View File

@ -11,7 +11,8 @@ RUN pacman -Syu --noconfirm \
curl \
python \
python-pip \
python-requests
python-requests \
&& pacman -Scc
RUN useradd --create-home build