Skip to content

Commit e2b687e

Browse files
Update github workflows
Generated by renovateBot
1 parent f1719eb commit e2b687e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Docker metadata
4646
id: docker-md
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
images: livekit/ingress
5050
# generate Docker tags based on the following events/attributes
@@ -61,19 +61,19 @@ jobs:
6161
run: go mod download
6262

6363
- name: Set up QEMU
64-
uses: docker/setup-qemu-action@v3
64+
uses: docker/setup-qemu-action@v4
6565

6666
- name: Set up Docker Buildx
67-
uses: docker/setup-buildx-action@v3
67+
uses: docker/setup-buildx-action@v4
6868

6969
- name: Login to DockerHub
70-
uses: docker/login-action@v3
70+
uses: docker/login-action@v4
7171
with:
7272
username: ${{ secrets.DOCKERHUB_USERNAME }}
7373
password: ${{ secrets.DOCKERHUB_TOKEN }}
7474

7575
- name: Build and push
76-
uses: docker/build-push-action@v6
76+
uses: docker/build-push-action@v7
7777
with:
7878
context: .
7979
file: ./build/ingress/Dockerfile

0 commit comments

Comments
 (0)