Skip to content

Commit

Permalink
Update compile-and-upload-docker-image.yml and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mario872 committed Jul 16, 2024
1 parent 4ec7d74 commit 9a883ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile-and-upload-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- run: git clone https://github.com/mario872/class-forge
# Log into Docker Hub
- run: docker login -u "$username" -p "$password" && python upload-docker.py
working-directory: ./class-forge
env:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 9a883ef

Please sign in to comment.