Skip to content

Commit

Permalink
Update performance_monitoring.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegramegna authored Dec 20, 2023
1 parent d6a4d4b commit 422139b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance_monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Create and build new image
run: |
if ("$drift_content" == "1") {
if ("$drift_content" -eq "1") {
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
docker-compose build
docker-compose push
Expand Down

0 comments on commit 422139b

Please sign in to comment.