Skip to content

Commit

Permalink
Merge pull request #61 from Mellanox/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/metadata-action-5

chore: bump docker/metadata-action from 4 to 5
  • Loading branch information
ykulazhenkov authored Nov 27, 2024
2 parents 9b59abe + 33f8216 commit a66b286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
- name: Build and push container image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
tags: |
Expand Down

0 comments on commit a66b286

Please sign in to comment.