Skip to content

Commit

Permalink
feat: update workflows (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 19, 2024
1 parent e2cc02e commit 29737c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
value: ghcr.io
- name: PROMOTE
description: Image to promote
value: ghcr.io/bcgov/quickstart-openshift/backend:test
value: ghcr.io/bcgov/quickstart-openshift/backend:latest
- name: IMAGE_TAG
description: Image tag to use
value: latest
Expand Down
2 changes: 1 addition & 1 deletion templates/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
value: ghcr.io
- name: PROMOTE
description: Image to promote
value: ghcr.io/bcgov/nr-containers/postgres:15.4
value: ghcr.io/bcgov/nr-containers/postgres:15.5
- name: IMAGE_TAG
description: Image tag to use
value: latest
Expand Down
2 changes: 1 addition & 1 deletion templates/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
value: ghcr.io
- name: PROMOTE
description: Image to promote
value: ghcr.io/bcgov/quickstart-openshift/frontend:test
value: ghcr.io/bcgov/quickstart-openshift/frontend:latest
- name: IMAGE_TAG
description: Image tag to use
value: latest
Expand Down

0 comments on commit 29737c8

Please sign in to comment.