Skip to content

Commit

Permalink
Added python builder from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrskliar committed Aug 7, 2024
1 parent 1d45d4f commit 01b719f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Pull Python Builder
shell: bash
run: |
run: |
echo "::group::Pull python builder image"
builder_path=us-central1-docker.pkg.dev/scalr-dev/main-docker/fatmouse/python-builder
exists=$(docker manifest inspect $builder_path:${{ github.ref_name }} > /dev/null ; echo $?)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Pull Python Builder
shell: bash
run: |
run: |
echo "::group::Pull python builder image"
builder_path=us-central1-docker.pkg.dev/scalr-dev/main-docker/fatmouse/python-builder
exists=$(docker manifest inspect $builder_path:${{ inputs.pr_branch }} > /dev/null ; echo $?)
Expand Down

0 comments on commit 01b719f

Please sign in to comment.