Skip to content

Commit

Permalink
Update image_build_push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 authored Mar 10, 2022
1 parent 6055473 commit 698c877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
python_3-9:
name: Python 3.9 Build and Push
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@fix/override-repo-name
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
DOCKERFILE_LOCATION: "./Docker/python-nginx/python3.9-buster/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/python-nginx/python3.9-buster"
Expand All @@ -18,7 +18,7 @@ jobs:
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}
python_3-10:
name: Python 3.10 Build and Push
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@fix/override-repo-name
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
DOCKERFILE_LOCATION: "./Docker/python-nginx/python3.10-buster/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/python-nginx/python3.10-buster"
Expand Down

0 comments on commit 698c877

Please sign in to comment.