Skip to content

Commit

Permalink
test images
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Malinowski authored and Edward Malinowski committed Jun 25, 2024
1 parent fcc4535 commit 6bb1ffc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_awshelper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: push
jobs:
awshelper:
name: awshelper
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@991f975d65506f1158a80220dd3c17edad35cefb
with:
DOCKERFILE_LOCATION: "./Docker/awshelper/Dockerfile"
OVERRIDE_REPO_NAME: "awshelper"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_python3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
python_3-10:
name: Python 3.10
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@991f975d65506f1158a80220dd3c17edad35cefb
with:
DOCKERFILE_LOCATION: "./Docker/python-nginx/python3.10-buster/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/python-nginx/python3.10-buster"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_python3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
python_3-9:
name: Python 3.9
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@991f975d65506f1158a80220dd3c17edad35cefb
with:
DOCKERFILE_LOCATION: "./Docker/python-nginx/python3.9-buster/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/python-nginx/python3.9-buster"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/image_build_push_jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
jenkins:
name: Jenkins
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@991f975d65506f1158a80220dd3c17edad35cefb
with:
DOCKERFILE_LOCATION: "./Docker/jenkins/Jenkins/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/jenkins/Jenkins"
Expand All @@ -23,7 +23,7 @@ jobs:
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}
jenkins2:
name: Jenkins2
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@991f975d65506f1158a80220dd3c17edad35cefb
with:
DOCKERFILE_LOCATION: "./Docker/jenkins/Jenkins2/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/jenkins/Jenkins2"
Expand All @@ -37,7 +37,7 @@ jobs:
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}
jenkins-ci-worker:
name: Jenkins-CI-Worker
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@991f975d65506f1158a80220dd3c17edad35cefb
with:
DOCKERFILE_LOCATION: "./Docker/jenkins/Jenkins-CI-Worker/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/jenkins/Jenkins-CI-Worker"
Expand All @@ -51,7 +51,7 @@ jobs:
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}
jenkins-qa-worker:
name: Jenkins-QA-Worker
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@991f975d65506f1158a80220dd3c17edad35cefb
with:
DOCKERFILE_LOCATION: "./Docker/jenkins/Jenkins-Worker/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/jenkins/Jenkins-Worker"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push_squid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
squid:
name: Squid image
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@991f975d65506f1158a80220dd3c17edad35cefb
with:
DOCKERFILE_LOCATION: "./Docker/squid/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./Docker/squid"
Expand Down

0 comments on commit 6bb1ffc

Please sign in to comment.