Skip to content

Commit 82d81e5

Browse files
committed
point to main instead, for production
1 parent 6761731 commit 82d81e5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Create and publish a Docker image
44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
55
on:
66
push:
7-
branches: ['prefect3-pixi-upgrade']
7+
branches: ['main']
88

99
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1010
env:

prefect.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pull:
1010
directory: /repo
1111
- prefect.deployments.steps.git_clone:
1212
repository: https://github.com/nsls2/cms-workflows.git
13-
branch: prefect3-pixi-upgrade
13+
branch: main
1414

1515
deployments:
1616
- name: cms-end-of-run-workflow-docker
@@ -26,7 +26,7 @@ deployments:
2626
job_variables:
2727
env:
2828
TILED_SITE_PROFILES: /nsls2/software/etc/tiled/profiles
29-
image: ghcr.io/nsls2/cms-workflows:prefect3-pixi-upgrade
29+
image: ghcr.io/nsls2/cms-workflows:main
3030
image_pull_policy: Always
3131
network: slirp4netns
3232
volumes:

0 commit comments

Comments
 (0)