-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from TransparentPath/dependabot/pip/requireme…
…nts/pip-security-group-a44f67f13b Bump the pip group group in /requirements with 6 updates
- Loading branch information
Showing
3 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# name: Build and Push to Development | ||
name: Build and Push to Development | ||
|
||
# on: | ||
# push: | ||
# branches: | ||
# - dev | ||
on: | ||
push: | ||
branches: | ||
- dev | ||
|
||
# jobs: | ||
# build: | ||
# name: Build and Push to GCR | ||
# runs-on: ubuntu-latest | ||
# env: | ||
# IMAGE_NAME: gcr.io/dev-buildly/transparent-path/buildly-core | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
jobs: | ||
build: | ||
name: Build and Push to GCR | ||
runs-on: ubuntu-latest | ||
env: | ||
IMAGE_NAME: gcr.io/dev-buildly/transparent-path/buildly-core | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
# - name: Docker login | ||
# uses: docker/login-action@v1 | ||
# with: | ||
# registry: gcr.io | ||
# username: _json_key | ||
# password: ${{ secrets.DEV_GCR_JSON_KEY }} | ||
- name: Docker login | ||
uses: docker/login-action@v1 | ||
with: | ||
registry: gcr.io | ||
username: _json_key | ||
password: ${{ secrets.DEV_GCR_JSON_KEY }} | ||
|
||
# - name: Build docker image | ||
# run: docker build -t $IMAGE_NAME:latest . | ||
- name: Build docker image | ||
run: docker build -t $IMAGE_NAME:latest . | ||
|
||
# - name: Push to Google Container Registry | ||
# run: docker push $IMAGE_NAME:latest | ||
- name: Push to Google Container Registry | ||
run: docker push $IMAGE_NAME:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Django==2.2.10 | ||
django-filter==2.2.0 | ||
Django==3.2.24 | ||
django-filter==2.4.0 | ||
jsonschema==3.2.0 | ||
django-health-check==3.6.1 | ||
git+https://github.com/buildlyio/[email protected]#egg=django-oauth-toolkit-jwt | ||
djangorestframework==3.9.4 | ||
djangorestframework==3.11.2 | ||
psycopg2-binary==2.8.6 | ||
social-auth-app-django==3.1.0 | ||
django-oauth-toolkit==1.3.0 | ||
|
@@ -12,6 +12,6 @@ django-cors-headers==2.5.3 | |
pyswagger==0.8.39 | ||
bravado-core==5.13.1 | ||
drf-yasg==1.10.2 | ||
requests==2.25.0 | ||
aiohttp==3.5.4 | ||
django-auth-ldap==2.1.0 | ||
requests==2.31.0 | ||
aiohttp==3.8.6 | ||
django-auth-ldap==2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
-r ci.txt | ||
|
||
factory_boy==2.12.0 | ||
ipython==7.2.0 | ||
ipython==8.10.0 | ||
ipdb==0.12.2 |