We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0835296 commit 295dd82Copy full SHA for 295dd82
.github/workflows/deploy.yaml
@@ -25,7 +25,7 @@ jobs:
25
tags: postmodern.alexdaniel.org/alexdaniel-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/alexdaniel-backend:latest' || '' }}
26
- name: Set SSH key
27
if: github.ref == 'refs/heads/main'
28
- uses: webfactory/ssh-agent@v0.9.0
+ uses: webfactory/ssh-agent@v0.9.1
29
with:
30
ssh-private-key: ${{ secrets.SSH_KEY }}
31
- name: Auth
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM httpd:2.4.59
+FROM httpd:2.4.66
2
3
RUN apt-get update
4
RUN apt-get install -y libcgi-pm-perl libcapture-tiny-perl libdatetime-perl libcapture-tiny-perl libgeo-ip-perl
0 commit comments