File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ name: CI Pipeline
8
8
on :
9
9
push :
10
10
branches : [ "main" ]
11
- pull_request :
12
- branches : [ "main" ]
11
+ # ###### Uncomment this to test the CI pipeline in a PR
12
+ # ###### You'll also need to comment the rules containing {{branch}}
13
+ # ###### in the `Extract Docker metadata` step
14
+ # pull_request:
15
+ # branches: [ "main" ]
13
16
14
17
env :
15
18
# Use docker.io for Docker Hub if empty
@@ -108,8 +111,8 @@ jobs:
108
111
# generate Docker tags based on the following events/attributes
109
112
tags : |
110
113
type=sha
111
- # type=raw,value={{branch}}-latest
112
- # type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
114
+ type=raw,value={{branch}}-latest
115
+ type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
113
116
114
117
# Build and push Docker image with Buildx
115
118
# https://github.com/docker/build-push-action
You can’t perform that action at this time.
0 commit comments