Skip to content

Commit

Permalink
rename labguides to dashboard after convo w/ @andykrohg
Browse files Browse the repository at this point in the history
  • Loading branch information
dudash committed Aug 31, 2020
1 parent fe63dbd commit e9c8186
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightlycontainerimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: quay.io
repository: redhatgov/serverless-workshop-labguides
repository: redhatgov/serverless-workshop-dashboard
tags: latest
add_git_labels: true
2 changes: 1 addition & 1 deletion .github/workflows/releasedcontainerimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: quay.io
repository: redhatgov/serverless-workshop-labguides
repository: redhatgov/serverless-workshop-dashboard
tags: ${{ steps.get_version.outputs.VERSION }}
add_git_labels: true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Released Container Image](https://github.com/RedHatGov/serverless-workshop-labguides/workflows/Released%20Container%20Image/badge.svg)
![Released Container Image](https://github.com/RedHatGov/serverless-workshop-dashboard/workflows/Released%20Container%20Image/badge.svg)

![Nightly Container Image](https://github.com/RedHatGov/serverless-workshop-labguides/workflows/Nightly%20Container%20Image/badge.svg)
![Nightly Container Image](https://github.com/RedHatGov/serverless-workshop-dashboard/workflows/Nightly%20Container%20Image/badge.svg)


# OpenShift Serverless Workshop
Expand All @@ -25,7 +25,7 @@ oc process -f https://raw.githubusercontent.com/RedHatGov/workshop-spawner/devel
-p CLUSTER_SUBDOMAIN=$CLUSTER_SUBDOMAIN \
-p WORKSHOP_NAME=serverless-workshop \
-p CONSOLE_IMAGE=quay.io/openshift/origin-console:4.5 \
-p WORKSHOP_IMAGE=quay.io/redhatgov/serverless-workshop-labguides:latest
-p WORKSHOP_IMAGE=quay.io/redhatgov/serverless-workshop-dashboard:latest
| oc apply -f -
```
4. Give this URL (or preferably a shortened version) to your workshop attendees:
Expand Down

0 comments on commit e9c8186

Please sign in to comment.