Skip to content

Commit

Permalink
fix(docker-images.yml): fix dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenchris authored Feb 20, 2023
1 parent 2f56a32 commit e0b05cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:

- name: Build the GoQa tests Docker image
run: |
docker build . --file Dockerfile --tag ghcr.io/01-edu/test-goqa:latest
docker build . --file go/Dockerfile --tag ghcr.io/01-edu/test-goqa:latest
docker push ghcr.io/01-edu/test-goqa:latest

0 comments on commit e0b05cd

Please sign in to comment.