Skip to content

Commit

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

Bump docker/metadata-action from 3 to 4
  • Loading branch information
crazy-max committed May 5, 2022
2 parents ba31738 + 0ebe720 commit fcd9124
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.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ matrix.slug }}
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ env.DOCKER_IMAGE }}
tags: |
Expand Down

0 comments on commit fcd9124

Please sign in to comment.