Skip to content

Commit

Permalink
test: added PR trigger to image push
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 4, 2024
1 parent e2a546e commit a178fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- master
- open-release/**

pull_request:
branches:
- *

jobs:
push:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qy \
python${PYTHON_VERSION}-distutils

# need to use virtualenv pypi package with Python 3.12
RUN pip install --upgrade pip setuptools
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}
RUN pip install virtualenv

Expand Down

0 comments on commit a178fea

Please sign in to comment.