Skip to content

Commit

Permalink
Update push-updated-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srikumar003 authored Jan 22, 2024
1 parent 3862812 commit b4c16e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-updated-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build and push Dataset Operator
run: |
cd src/dataset-operator
./build_and_push_multiarch_dataset_operator.sh ${{ vars.REGISTRY_URL }}
./build_multiarch_dataset_operator.sh -p ${{ vars.REGISTRY_URL }}
generate-keys:
runs-on: ubuntu-latest
steps:
Expand All @@ -44,4 +44,4 @@ jobs:
- name: Build and push Generate Keys
run: |
cd src/generate-keys
./build_and_push_multiarch_generate_keys.sh ${{ vars.REGISTRY_URL }}
./build_multiarch_generate_keys.sh -p ${{ vars.REGISTRY_URL }}

0 comments on commit b4c16e4

Please sign in to comment.