Skip to content

Commit

Permalink
Merge pull request #96 from clemlesne/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…op/docker/metadata-action-5.0.0

Build(deps): Bump docker/metadata-action from 4.6.0 to 5.0.0
  • Loading branch information
clemlesne authored Nov 17, 2023
2 parents c882365 + 48c7b77 commit eda6824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
- name: Container meta
id: meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: |
${{ env.CONTAINER_REGISTRY_GHCR }}/${{ env.CONTAINER_NAME }}
Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:
- name: Container meta
id: meta
uses: docker/metadata-action@v4.6.0
uses: docker/metadata-action@v5.0.0
with:
images: |
${{ env.CONTAINER_REGISTRY_GHCR }}/${{ env.CONTAINER_NAME }}
Expand Down

0 comments on commit eda6824

Please sign in to comment.