Skip to content

Commit

Permalink
goat report action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducktatorrr committed Oct 21, 2024
1 parent 34f213c commit 3a782e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-goat-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./app
file: ./app/Dockerfile.goat-report
file: ./app/Dockerfile.goat_report
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion app/goat_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import json
from dotenv import load_dotenv

# Load environment variables from .env file, if present
# Load environment variables from .env file
load_dotenv()

# Set up logging
Expand Down

0 comments on commit 3a782e2

Please sign in to comment.