Skip to content

Commit

Permalink
Merge pull request #38 from linuxserver-labs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/metadata-action-5.0.0
  • Loading branch information
Roxedus authored Oct 13, 2023
2 parents cda1d81 + 3bc4fb6 commit 87d5aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: |
ghcr.io/${{ github.repository_owner }}/prarr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: |
ghcr.io/${{ github.repository_owner }}/prarr
Expand Down

0 comments on commit 87d5aca

Please sign in to comment.