Skip to content

Commit

Permalink
Remove duplicate build
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 20, 2024
1 parent 6f5e5e0 commit fb5f142
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Build image
run: docker build -t test-image -f docker/Dockerfile .

- name: Build Docker image
run: docker build -t test-image -f docker/Dockerfile docker
run: docker build -t test-image -f docker/Dockerfile ./docker

- name: Run commands in Docker container
run: |
Expand Down

0 comments on commit fb5f142

Please sign in to comment.