Skip to content

Commit

Permalink
Merge pull request #1438 from pi-hole/dependabot/github_actions/dev/d…
Browse files Browse the repository at this point in the history
…ocker/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
yubiuser authored Sep 16, 2023
2 parents 8b475ae + 993cf95 commit e06c072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build-v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Docker meta (Docker Hub and GitHub Container Registry)
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
images: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Docker meta (Docker Hub and GitHub Container Registry)
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
images: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
images: |
Expand Down

0 comments on commit e06c072

Please sign in to comment.