File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments