Skip to content

Commit

Permalink
Bump docker/metadata-action from 5.6.0 to 5.6.1
Browse files Browse the repository at this point in the history
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@359e915...369eb59)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MartinForReal committed Nov 21, 2024
1 parent 799eed2 commit fe7f606
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-pusblish-mcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
az acr login -n ${{ secrets.AZURE_REGISTRY }}
- name: Docker meta
id: daemon # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -54,7 +54,7 @@ jobs:
bake-target: daemon-tags
- name: Docker meta
id: controller # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -64,7 +64,7 @@ jobs:
bake-target: controller-tags
- name: Docker meta
id: cnimanager # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -74,7 +74,7 @@ jobs:
bake-target: cnimanager-tags
- name: Docker meta
id: cniplugin # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -84,7 +84,7 @@ jobs:
bake-target: cni-tags
- name: Docker meta
id: cniipamplugin # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- name: Docker meta
id: daemon # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -45,7 +45,7 @@ jobs:
bake-target: daemon-tags
- name: Docker meta
id: controller # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -55,7 +55,7 @@ jobs:
bake-target: controller-tags
- name: Docker meta
id: cnimanager # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -65,7 +65,7 @@ jobs:
bake-target: cnimanager-tags
- name: Docker meta
id: cniplugin # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand All @@ -75,7 +75,7 @@ jobs:
bake-target: cni-tags
- name: Docker meta
id: cniipamplugin # you'll use this in the next step
uses: docker/metadata-action@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.0
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
with:
# list of Docker images to use as base name for tags
images: |
Expand Down

0 comments on commit fe7f606

Please sign in to comment.