Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros authored May 14, 2022
1 parent b29774b commit 4ac8921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: |
docker build . --file Dockerfile --tag ${{secrets.DOCKER_USER}}/honeypotDelilah:latest
docker build . --file Dockerfile --tag ${{secrets.DOCKER_USER}}/delilah:latest
- name: Docker Push
run: |
docker push ${{secrets.DOCKER_USER}}/honeypotDelilah:latest
docker push ${{secrets.DOCKER_USER}}/delilah:latest

0 comments on commit 4ac8921

Please sign in to comment.