Skip to content

Commit

Permalink
Merge pull request #91 from fhem/renovate/docker-metadata-action-5.x
Browse files Browse the repository at this point in the history
Update docker/metadata-action action to v5
  • Loading branch information
sidey79 authored Nov 30, 2023
2 parents 1d41a9a + 344e32d commit ec45041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v4.3.0
uses: docker/metadata-action@v5.2.0
with:
images: base

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

- name: Extract Docker metadata
id: meta-runtime
uses: docker/metadata-action@v4.3.0
uses: docker/metadata-action@v5.2.0
with:
images: runtime

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4.3.0
uses: docker/metadata-action@v5.2.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit ec45041

Please sign in to comment.