Skip to content

Commit

Permalink
workflows/main: add back missing .
Browse files Browse the repository at this point in the history
Co-authored-by: Bo Anderson <[email protected]>
  • Loading branch information
MikeMcQuaid and Bo98 committed May 23, 2024
1 parent 8c52668 commit f705fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build Docker image
run: |-
docker build --tag "$IMAGE" --build-arg RUBY_VERSION=$(cat .ruby-version)
docker build --tag "$IMAGE" --build-arg RUBY_VERSION=$(cat .ruby-version) .
- name: Publish Docker image
run: |-
Expand Down

0 comments on commit f705fa6

Please sign in to comment.