Skip to content

Commit dae715a

Browse files
authoredFeb 5, 2022
Update docker-image.yml
1 parent 3e73745 commit dae715a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Build the Docker image
19-
run: docker build . --file Dockerfile --tag garretth2007/zphisher:lat
19+
run: docker build . --file Dockerfile --tag garretth2007/zphisher:latest
2020
- name: Push the Docker image
21-
run: docker login -u garretth2007 -p ${{ secrets.DOCKER_TOKEN }} && docker push garretth2007/zphisher:late
21+
run: docker login -u garretth2007 -p ${{ secrets.DOCKER_TOKEN }} && docker push garretth2007/zphisher:latest

0 commit comments

Comments
 (0)
Please sign in to comment.