Skip to content

Commit 6ffa97f

Browse files
author
Kevin Mack
committed
Update with main branch
1 parent 20f2e93 commit 6ffa97f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coresvc-registry-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- km/add_arm64_agent
7+
- main
88

99
jobs:
1010
build-coresvc-registry-amd64:
1111
permissions:
1212
contents: read
1313
packages: write
1414

15-
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@km/add_docker
15+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
1616
with:
1717
REGISTRY: ghcr.io
1818
APP_NAME: coresvc-registry
@@ -29,7 +29,7 @@ jobs:
2929
contents: read
3030
packages: write
3131

32-
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@km/add_docker
32+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
3333
with:
3434
REGISTRY: ghcr.io
3535
APP_NAME: coresvc-registry

0 commit comments

Comments
 (0)