Skip to content

Commit

Permalink
Merge pull request #224 from fhem/renovate/docker-metadata-action-5.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/metadata-action action to v5.6.1
  • Loading branch information
sidey79 authored Nov 20, 2024
2 parents ac1c0ac + 756b19b commit 6b32523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/integrationtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta-base
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: base

Expand All @@ -41,7 +41,7 @@ runs:

- name: Extract Docker metadata
id: meta-runtime
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: runtime

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Extract Docker metadata
id: meta-it
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: runtime

Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}_${{ matrix.module }}
flavor: |
Expand Down

0 comments on commit 6b32523

Please sign in to comment.