Skip to content

Commit

Permalink
Merge pull request #963 from docker/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…metadata-action-5

chore(deps): Bump docker/metadata-action from 4 to 5
  • Loading branch information
CrazyMax authored and GitHub committed Sep 12, 2023
2 parents cc4d1d4 + 6b35a7a commit 4bbe017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_SLUG || inputs.slug }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down

0 comments on commit 4bbe017

Please sign in to comment.