Skip to content

Commit 6e78140

Browse files
committed
Try enabling publishing the images with self hosted runners again
1 parent d7485c0 commit 6e78140

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish_api.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
on:
22
push:
3-
branches: ["main"]
3+
branches: ["main", "publish-images-with-self-hosted-runner"]
44
tags: ["v*.*.*"]
55

66
env:
77
REGISTRY: ghcr.io
88

99
jobs:
1010
build-and-push-image:
11-
runs-on: ubuntu-latest
11+
runs-on: [self-hosted, linux, large]
1212
permissions:
1313
contents: read
1414
packages: write

.github/workflows/publish_frontend.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
on:
22
push:
3-
branches: ["main"]
3+
branches: ["main", "publish-images-with-self-hosted-runner"]
44
tags: ["v*.*.*"]
55

66
env:
77
REGISTRY: ghcr.io
88

99
jobs:
1010
build-and-push-frontend-image:
11-
runs-on: ubuntu-latest
11+
runs-on: [self-hosted, linux, large]
1212
permissions:
1313
contents: read
1414
packages: write

0 commit comments

Comments
 (0)