Skip to content

Commit

Permalink
switch to nginx base image after ess2024
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Oct 1, 2024
1 parent ee3cab8 commit d78abdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.apache
file: ./Dockerfile.nginx
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d78abdc

Please sign in to comment.