Skip to content

Commit

Permalink
Merge pull request #52 from dev-lymar/develop-docker
Browse files Browse the repository at this point in the history
☑️ | Fixed 'failed to read dockerfile'
  • Loading branch information
dev-lymar authored Sep 25, 2024
2 parents 83ca40e + 8d62a36 commit 93b3103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: ./docker
file: ./docker/Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/hamster_bot:v1.8.5

Expand Down

0 comments on commit 93b3103

Please sign in to comment.