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 02d22fe commit e529325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-and-upload-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
# Clone class-forge repo locally
- run: git clone https://github.com/mario872/class-forge
# Log into Docker Hub
- uses: docker/login-action@v3
with:
- run: docker login -u "$username" -p "$password"
env:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# Run upload-docker.py
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="[email protected]"
LABEL version="0.34"
LABEL description="This is the docker image for class-forge"

ENV IN_DOCKER true
ENV IN_DOCKER=true

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit e529325

Please sign in to comment.