Skip to content

Commit

Permalink
Fix typo in file path to Docker context.
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-moreno authored Feb 8, 2024
1 parent 0a7d4dd commit a7e1d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rogue_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./docker/rogue
file: ./docker/rogue/Dockerfile
push: true
tags: tidair/rogue:${{ steps.get_image_info.outputs.tag }}, tidair/rogue:latest
build-args: branch=${{ steps.get_image_info.outputs.branch }}
Expand Down

0 comments on commit a7e1d66

Please sign in to comment.