Skip to content

Commit

Permalink
Update build-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsinghc11 authored Jul 22, 2024
1 parent e4eced3 commit e02f7e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
build-publish-python:
runs-on: ubuntu-latest
env:
DOCKER_REPO: 'codeninjas-proj-docker-local'
# DOCKER_REPO: 'codeninjas-proj-docker-local'
DOCKER_REPO: 'optum-app1-sunil-docker-local'
IMAGE_NAME: 'my-very-cool-image:${{ github.run_number }}'
JF_URL: https://${{ vars.JF_URL }}/
DOCKER_CLI_EXPERIMENTAL: enabled
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
- name: configure jfrog environment
run: |
# Use a curated repository for python dependencies resolution
jf pip-config --repo-resolve=codeninjas-proj-python-virtual
jf pip-config --repo-resolve=optum-app1-sunil-py-virtual
- name: configure environment
run: |
Expand All @@ -59,7 +60,7 @@ jobs:
- name: publish python package
run: |
jf rt u dist/ codeninjas-proj-python-virtual/example-projects/ --module=jfrog-python-example
jf rt u dist/ optum-app1-sunil-py-virtual/example-projects/ --module=jfrog-python-example
- name: Set up QEMU
Expand Down

0 comments on commit e02f7e3

Please sign in to comment.