File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,13 @@ jobs:
70
70
uses : actions/download-artifact@v2
71
71
with :
72
72
name : phpListZip
73
- path : phplist-${{ env.RELEASE_VERSION }}.tgz
73
+ path : tmp/ phplist-${{ env.RELEASE_VERSION }}.tgz
74
74
75
75
- name : Build and push
76
76
id : docker_build
77
77
uses : docker/build-push-action@v2
78
78
with :
79
+ context : .
79
80
push : true
80
81
no-cache : true
81
82
file : Dockerfile.release
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ FROM debian:buster-slim
3
3
4
4
LABEL maintainer="
[email protected] "
5
5
6
- RUN apt-get update && apt-get upgrade -y
6
+ RUN apt-get update && apt-get upgrade -y
7
7
8
- RUN apt-get install -y apt-utils \
9
- vim apache2 net-tools php-mysql \
10
- libapache2-mod-php php-curl php-gd \
11
- git cron php-imap php-xml php-zip php-mbstring python-pip
8
+ RUN apt-get install -y apt-utils \
9
+ vim apache2 net-tools php-mysql \
10
+ libapache2-mod-php php-curl php-gd \
11
+ git cron php-imap php-xml php-zip php-mbstring python-pip
12
12
13
13
RUN useradd -d /var/www/phpList3 phplist
14
14
You can’t perform that action at this time.
0 commit comments