You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## This workflow runs on PRs to `main` to confirm that all Docker images will build successfully. It does not actually push the images to the registry.
2
-
## It does not actually publish the images anywhere.
3
-
#
4
-
#name: Publish Service Images (Dry Run)
5
-
#
6
-
#on:
7
-
# pull_request:
8
-
# branches: [main]
9
-
#
10
-
#permissions:
11
-
# contents: read
12
-
# id-token: write
13
-
# packages: write
14
-
#
15
-
#jobs:
16
-
# docker:
17
-
# uses: ./.github/workflows/publish-images.yaml
18
-
# with:
19
-
# dry_run: true
20
-
# runner_label: shared-large-01
21
-
# service: "" # all services
22
-
# secrets: inherit
1
+
# This workflow runs on PRs to `main` to confirm that all Docker images will build successfully. It does not actually push the images to the registry.
2
+
# It does not actually publish the images anywhere.
0 commit comments