Skip to content

Commit

Permalink
chore(deps): Bump docker/metadata-action to v5 (#562)
Browse files Browse the repository at this point in the history
Bump the docker/metadata-action in our metadata action to v5.

We should refactor this repo's CI to be more like the cluster api
provider packet CI. There is no reason to use this custom composite
metadata action anymore.
  • Loading branch information
cprivitere committed Jun 28, 2024
2 parents 43a43e3 + 65f7ed8 commit 41d08f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/metadata/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
echo "images=${IMAGES}" >> $GITHUB_OUTPUT
- name: Docker manager metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ steps.image-urls.outputs.images }}
flavor: ${{ inputs.metadata_flavor }}
Expand Down

0 comments on commit 41d08f4

Please sign in to comment.