Skip to content

Commit

Permalink
fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
nirajsanghvi committed Apr 17, 2023
1 parent 4dfa6c0 commit f5f06a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
PAE_SENSOR_IDS: ${{ secrets.PAE_SENSOR_IDS }}
PAE_API_READ_KEY: ${{ secrets.PAE_API_READ_KEY }}
run: docker build . --file Dockerfile --t purpleair_exporter:$(date +%s)
run: docker build . --file Dockerfile -t purpleair_exporter:$(date +%s)

- uses: docker/build-push-action@v4.0.0
with:
Expand Down

0 comments on commit f5f06a2

Please # to comment.