Skip to content

Commit e33010c

Browse files
authored
Merge pull request #1 from shortbrain/dependabot/github_actions/docker/metadata-action-4.3.0
build(deps): bump docker/metadata-action from 4.1.1 to 4.3.0
2 parents 407fd1f + 1f8ecba commit e33010c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Extract metadata (tags, labels) for Docker
5858
if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request'
5959
id: meta
60-
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea
60+
uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96
6161
with:
6262
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}
6363
- name: Build and push Docker image

0 commit comments

Comments
 (0)