mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-12-14 08:06:22 +00:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30193e1a7a |
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
id: prep
|
id: prep
|
||||||
uses: docker/metadata-action@v5.10.0
|
uses: docker/metadata-action@v5.7.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ github.repository_owner }}/mediawiki-ldap
|
${{ github.repository_owner }}/mediawiki-ldap
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
labels: ${{ steps.prep.outputs.labels }}
|
labels: ${{ steps.prep.outputs.labels }}
|
||||||
- name: Update Description
|
- name: Update Description
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: peter-evans/dockerhub-description@v4
|
uses: peter-evans/dockerhub-description@v5
|
||||||
with:
|
with:
|
||||||
short-description: ${{ github.event.repository.description }}
|
short-description: ${{ github.event.repository.description }}
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM mediawiki:1.44.2
|
FROM mediawiki:1.44.0
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install --yes --no-install-recommends libldap2-dev libpq-dev \
|
&& apt-get install --yes --no-install-recommends libldap2-dev libpq-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user