Skip to content

Commit

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

Bump docker/metadata-action from 4 to 5
  • Loading branch information
janheinrichmerker authored Apr 2, 2024
2 parents 9cb7a72 + 27ec788 commit fd80c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: ℹ️ Extract image metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
webis/cam-backend
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: ℹ️ Extract image metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
webis/cam-frontend
Expand Down

0 comments on commit fd80c2c

Please sign in to comment.