Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zusel committed May 22, 2024
1 parent 02be30d commit c81477b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ github.event.release.tag_name }}
tags: ${{ github.event.release.tag_name }}
labels: ${{ steps.meta.outputs.labels }}
file: actionfiles/build_and_push_docker_image/Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM inblockio/mediawiki:37php74
FROM mediawiki:lts

# Define the MW_ROOT in MediaWiki as a variable name.
ENV MW_ROOT /var/www/html
Expand Down

0 comments on commit c81477b

Please sign in to comment.