Skip to content

Commit

Permalink
update docker pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
seekersoftec committed Aug 3, 2024
1 parent 5f874ef commit 16cf6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push Docker image
- name: Build Docker image
uses: docker/build-push-action@v3
with:
context: .
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && \
sudo \
wget \
build-essential \
clang \
libssl-dev \
libffi-dev \
python3-dev \
Expand Down

0 comments on commit 16cf6c5

Please sign in to comment.