Skip to content

Commit

Permalink
Merge pull request #1323 from cloudflare/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/metadata-action-5

build(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
nickysemenza committed Oct 6, 2023
2 parents e95f50e + c448632 commit 947f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets[matrix.password_secret] }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ matrix.image }}
- name: Build and push
Expand Down

0 comments on commit 947f651

Please sign in to comment.