Skip to content

Commit

Permalink
build: fix Containerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Dec 6, 2024
1 parent 90dbe14 commit 663ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
file: ./Containerfile
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/woozymasta/dayz-exporter:${{ steps.env.outputs.image_tag }}
Expand Down

0 comments on commit 663ef2e

Please sign in to comment.