Skip to content

Commit

Permalink
add docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
realtemirov committed Jan 21, 2024
1 parent 80917b1 commit 50c6dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Build and Push Docker Image
run: |
docker build -t realtemirov/task-for-dell:latest .
docker build -t realtemirov/task-for-dell:latest . --file docker/Dockerfile
docker push realtemirov/task-for-dell:latest
- name: install ssh keys
run: |
Expand Down

0 comments on commit 50c6dca

Please sign in to comment.