Skip to content

Commit f75cf36

Browse files
ci(tools): update build tools (#164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 291af0a commit f75cf36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Docker meta
4545
id: meta
46-
uses: docker/metadata-action@v5
46+
uses: docker/metadata-action@v6
4747
with:
4848
github-token: ${{ secrets.GITHUB_TOKEN }}
4949
images: |
@@ -85,7 +85,7 @@ jobs:
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686

8787
- name: Build image
88-
uses: docker/build-push-action@v6
88+
uses: docker/build-push-action@v7
8989
with:
9090
builder: ${{ steps.buildx.outputs.name }}
9191
context: latest/

0 commit comments

Comments
 (0)