File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 98
98
99
99
- name : Extract metadata (tags, labels) for Docker
100
100
id : meta
101
- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
101
+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
102
102
with :
103
103
images : ${{ inputs.repository }}
104
104
tags : ${{ inputs.tags }}
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ runs:
161
161
delete_credentials_file : false
162
162
- name : Extract metadata (tags, labels) for Docker
163
163
id : meta
164
- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
164
+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
165
165
with :
166
166
images : " ${{ inputs.registry }}/${{ steps.resolve-project.outputs.project }}/docker-${{ steps.get-repository-name.outputs.repo_name }}-${{ inputs.environment }}/${{ inputs.image_name }}"
167
167
tags : ${{ inputs.tags }}
You can’t perform that action at this time.
0 commit comments