Update docker-image.yml
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build the Docker image
|
||||
run: docker build -t smilerex/dickbot:latest
|
||||
run: docker build -t smilerex/dickbot:latest .
|
||||
|
||||
- name: Deploy image to docker hub
|
||||
run: docker push smilerex/dickbot:latest
|
||||
|
||||
Reference in New Issue
Block a user