File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - " v*"
7+ branches :
8+ - release
79
810jobs :
911 build-and-push :
3335 push : true
3436 tags : |
3537 "${{ github.repository }}:latest"
36- "${{ github.repository }}:${{ github.ref_name }}"
38+ "${{ github.repository }}:${{ github.ref_name }}"
Original file line number Diff line number Diff line change 1- FROM ghost:5.81.0
1+ FROM ghost:5.82.2
22
33WORKDIR /var/lib/ghost
44
5- RUN npm install -g ghost-storage-adapter-s3 && \
6- ln -s /usr/local/lib/node_modules/ghost-storage-adapter-s3 ./current/core/server/adapters/storage/s3
5+ RUN npm install -g ghos3 && \
6+ ln -s /usr/local/lib/node_modules/ghos3 ./current/core/server/adapters/storage/s3
7+
8+ # RUN npm install --prefix /tmp/ghos3 ghos3 && \
9+ # cp -r /tmp/ghos3/node_modules/ghos3 ./current/core/server/adapters/storage/s3 && \
10+ # rm -r /tmp/ghos3
You can’t perform that action at this time.
0 commit comments