We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a1c10 commit db2cf0aCopy full SHA for db2cf0a
1 file changed
.github/workflows/ci-pipeline.yml
@@ -11,8 +11,8 @@ on:
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" ]
+# pull_request:
+# branches: [ "main" ]
16
17
env:
18
# Use docker.io for Docker Hub if empty
@@ -250,8 +250,8 @@ jobs:
250
# generate Docker tags based on the following events/attributes
251
tags: |
252
type=sha
253
-# type=raw,value={{branch}}-latest
254
-# type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
+ type=raw,value={{branch}}-latest
+ type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
255
256
- name: Create manifest list and push
257
working-directory: ${{ runner.temp }}/digests/${{ matrix.docker_target }}
0 commit comments