Skip to content

Commit

Permalink
User permission issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasscheman committed May 7, 2024
1 parent d186b0e commit 5a5dc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
OPENSHIFT_NAMESPACE: ""

# 🖊️ EDIT to set a name for your OpenShift app, or a default one will be generated below.
APP_NAME: ""
APP_NAME: "fsw-openshift-app"

# 🖊️ EDIT with the port your application should be accessible on.
# If the container image exposes *exactly one* port, this can be left blank.
Expand All @@ -45,7 +45,7 @@ env:

# 🖊️ EDIT to change the image registry settings.
# Registries such as GHCR, Quay.io, and Docker Hub are supported.
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
IMAGE_REGISTRY: ghcr.io/utrechtuniversity/fsw-openshift:latest
IMAGE_REGISTRY_USER: ${{ github.actor }}
IMAGE_REGISTRY_PASSWORD: ${{ github.token }}

Expand Down

0 comments on commit 5a5dc4b

Please sign in to comment.