File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 63
63
context : .
64
64
platforms : linux/amd64,linux/arm64
65
65
push : ${{ github.event_name != 'pull_request' }}
66
- build-args : |
67
- DOCKER_METADATA_OUTPUT_JSON
66
+ tags : ${{ steps.meta.outputs.tags }}
67
+ labels : ${{ steps.meta.outputs.labels }}
68
+ annotations : ${{ steps.meta.outputs.annotations }}
68
69
cache-from : type=local,src=/tmp/.buildx-cache
69
70
cache-to : type=local,dest=/tmp/.buildx-cache
70
71
@@ -120,8 +121,9 @@ jobs:
120
121
context : .
121
122
platforms : linux/amd64,linux/arm64
122
123
push : ${{ github.event_name != 'pull_request' }}
123
- build-args : |
124
- DOCKER_METADATA_OUTPUT_JSON
124
+ tags : ${{ steps.meta.outputs.tags }}
125
+ labels : ${{ steps.meta.outputs.labels }}
126
+ annotations : ${{ steps.meta.outputs.annotations }}
125
127
cache-from : type=local,src=/tmp/.buildx-cache
126
128
cache-to : type=local,dest=/tmp/.buildx-cache
127
129
You can’t perform that action at this time.
0 commit comments