We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e902ebd + 29380ff commit 171c1d7Copy full SHA for 171c1d7
.github/workflows/deploy.yaml
@@ -25,7 +25,7 @@ jobs:
25
tags: postmodern.alexdaniel.org/oppejoud-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/oppejoud-backend:latest' || '' }}
26
- name: Set SSH key
27
if: github.ref == 'refs/heads/main'
28
- uses: webfactory/ssh-agent@v0.8.0
+ uses: webfactory/ssh-agent@v0.9.0
29
with:
30
ssh-private-key: ${{ secrets.SSH_KEY }}
31
- name: Auth
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM httpd:2.4.58
+FROM httpd:2.4.59
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