Skip to content

Commit

Permalink
Move Dockerfile to project root.
Browse files Browse the repository at this point in the history
This allows shorter builds for checked out repositories (docker build .)
as well as convenient builds off of the git repo (docker build <git
url>).  See issue #41 for more details.
  • Loading branch information
AkbarTheGreat authored and sebhoss committed Sep 12, 2024
1 parent 9786797 commit fa6438a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./contrib/Dockerfile
file: ./Dockerfile
push: true
tags: |
docker.io/metio/matrix-alertmanager-receiver:latest
Expand Down
File renamed without changes.

0 comments on commit fa6438a

Please sign in to comment.