Update docker-image.yml

This commit is contained in:
SmileRex
2025-01-24 16:10:37 +03:00
committed by GitHub
parent bf8ce62768
commit 7d7a21a44f

View File

@@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build the Docker image - 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 - name: Deploy image to docker hub
run: docker push smilerex/dickbot:latest run: docker push smilerex/dickbot:latest