File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
# ###### Uncomment this to test the CI pipeline in a PR
12
12
# ###### You'll also need to comment the rules containing {{branch}}
13
13
# ###### in the `Extract Docker metadata` step
14
- pull_request :
15
- branches : [ "main" ]
14
+ # pull_request:
15
+ # branches: [ "main" ]
16
16
17
17
env :
18
18
# Use docker.io for Docker Hub if empty
@@ -256,8 +256,8 @@ jobs:
256
256
# generate Docker tags based on the following events/attributes
257
257
tags : |
258
258
type=sha
259
- # type=raw,value={{branch}}-latest
260
- # type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
259
+ type=raw,value={{branch}}-latest
260
+ type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
261
261
262
262
- name : Create manifest list and push
263
263
working-directory : ${{ runner.temp }}/digests/${{ matrix.docker_target }}
You can’t perform that action at this time.
0 commit comments