Skip to content

Commit

Permalink
chore(deps): update docker/metadata-action action to v5 (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 9166a1d commit dee8473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: docker/metadata-action@v4
- uses: docker/metadata-action@v5
id: metadata
with:
images: ghcr.io/${{ github.repository }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- run: make -C e2e_test cluster

- uses: docker/metadata-action@v4
- uses: docker/metadata-action@v5
id: metadata
with:
images: ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit dee8473

Please sign in to comment.