We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ce2a3 commit fcc3114Copy full SHA for fcc3114
1 file changed
.github/workflows/pg-image-build.yml
@@ -25,7 +25,7 @@ on:
25
jobs:
26
build_and_push_amd64:
27
name: Build and push AMD64 images
28
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: github.repository_owner == 'tembo-io'
29
runs-on:
30
- self-hosted
31
- dind
@@ -85,7 +85,7 @@ jobs:
85
86
build_and_push_arm64:
87
name: Build and push ARM64 images
88
89
90
- arm64-4x16
91
outputs:
0 commit comments