Skip to content

Commit 187b028

Browse files
authored
Merge pull request #7 from Mellanox/dependabot/github_actions/docker/metadata-action-5
chore: bump docker/metadata-action from 4 to 5
2 parents 011350c + 925ad36 commit 187b028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Docker meta
2929
id: docker_meta
30-
uses: docker/metadata-action@v4
30+
uses: docker/metadata-action@v5
3131
with:
3232
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
3333
- name: Build and push container image

.github/workflows/image-push-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Docker meta
2929
id: docker_meta
30-
uses: docker/metadata-action@v4
30+
uses: docker/metadata-action@v5
3131
with:
3232
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
3333
tags: |

0 commit comments

Comments
 (0)