Skip to content

Commit

Permalink
Push image workflow creates quay.io/devfile/registry-viewer:staging
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Oct 24, 2022
1 parent 2c78bda commit c3e326e
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
registryViewerBuild:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_DEVFILE_REGISTRIES: |
[
{
"name": "Community",
"link": "https://registry.devfile.io/"
}
]
NEXT_PUBLIC_ANALYTICS_WRITE_KEY: ${{ secrets.NEXT_PUBLIC_ANALYTICS_WRITE_KEY }}
steps:
- name: Check out devfile web source code
Expand All @@ -41,10 +34,10 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Build the registry viewer image
- name: Build the staging registry viewer image
run: bash ./scripts/build_viewer.sh
- name: Push the registry viewer image
run: bash ./scripts/push.sh registry-viewer:latest quay.io/devfile/registry-viewer:next
- name: Push the staging registry viewer image
run: bash ./scripts/push.sh registry-viewer:latest quay.io/devfile/registry-viewer:staging
dispatch:
needs: registryViewerBuild
strategy:
Expand Down

0 comments on commit c3e326e

Please sign in to comment.