Skip to content

Commit

Permalink
Merge pull request #43 from linuxserver-labs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/metadata-action-5.5.1
  • Loading branch information
Roxedus authored Mar 12, 2024
2 parents 17bf0b3 + e1e0c76 commit be17b6f
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@v5.3.0
uses: docker/metadata-action@v5.5.1
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@v5.3.0
uses: docker/metadata-action@v5.5.1
with:
images: |
ghcr.io/${{ github.repository_owner }}/prarr
Expand Down

0 comments on commit be17b6f

Please sign in to comment.