Update docker-image.yml

This commit is contained in:
SmileRex
2025-01-25 19:11:21 +03:00
committed by GitHub
parent d2f5fb7814
commit 1c108bf9bd

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 .
deploy-to-docker: deploy-to-docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest