Skip to content

Commit

Permalink
Fix build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermodotn committed Jun 12, 2024
1 parent 1e871e4 commit f3e7967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: docker build . --file Dockerfile.dorothea --tag dorothea:$(date +%s)

- name: Build Docker image with Dockerfile.guineapig
run: docker build . --file Dockerfile.second --tag guineapig:$(date +%s)
run: docker build . --file Dockerfile.guineapig --tag guineapig:$(date +%s)

- name: Build Docker image with Dockerfile.third
run: docker build . --file Dockerfile.attacker --tag attacker:$(date +%s)

0 comments on commit f3e7967

Please sign in to comment.