Skip to content

Commit

Permalink
remove tty alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 27, 2023
1 parent 805c43d commit 0fc9353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Test
run: |
docker run --rm -it app:latest ansible --version
docker run --rm app:latest ansible --version
- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down

0 comments on commit 0fc9353

Please sign in to comment.