Skip to content

Commit db2cf0a

Browse files
committed
Disable PR pipeline
1 parent c7a1c10 commit db2cf0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
####### Uncomment this to test the CI pipeline in a PR
1212
####### You'll also need to comment the rules containing {{branch}}
1313
####### in the `Extract Docker metadata` step
14-
pull_request:
15-
branches: [ "main" ]
14+
# pull_request:
15+
# branches: [ "main" ]
1616

1717
env:
1818
# Use docker.io for Docker Hub if empty
@@ -250,8 +250,8 @@ jobs:
250250
# generate Docker tags based on the following events/attributes
251251
tags: |
252252
type=sha
253-
# type=raw,value={{branch}}-latest
254-
# type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
253+
type=raw,value={{branch}}-latest
254+
type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
255255
256256
- name: Create manifest list and push
257257
working-directory: ${{ runner.temp }}/digests/${{ matrix.docker_target }}

0 commit comments

Comments
 (0)