File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949
5050 - id : docker_metadata
5151 name : Prepare Docker Metadata
52- uses : docker/metadata-action@v5.5.1
52+ uses : docker/metadata-action@v5.8.0
5353 with :
5454 labels : |
5555 maintainer=${{ github.repository_owner }}
@@ -76,15 +76,15 @@ jobs:
7676 - id : qemu
7777 name : Set up QEMU
7878 if : contains(inputs.platforms, 'linux/arm')
79- uses : docker/setup-qemu-action@v3.0 .0
79+ uses : docker/setup-qemu-action@v3.6 .0
8080
8181 - id : buildx
8282 name : Set up Docker Buildx
83- uses : docker/setup-buildx-action@v3.3.0
83+ uses : docker/setup-buildx-action@v3.11.1
8484
8585 - name : Login to DockerHub
8686 if : inputs.pushit
87- uses : docker/login-action@v3.2 .0
87+ uses : docker/login-action@v3.6 .0
8888 with :
8989 username : ${{ secrets.dckr_username }}
9090 password : ${{ secrets.dckr_token }}
Original file line number Diff line number Diff line change 3636
3737 - id : buildx
3838 name : Set up Docker Buildx
39- uses : docker/setup-buildx-action@v3.3.0
39+ uses : docker/setup-buildx-action@v3.11.1
4040
4141 - id : docker_pr_build
4242 name : PR Build
Original file line number Diff line number Diff line change 8888
8989 - id : docker_metadata
9090 name : Prepare Docker Metadata
91- uses : docker/metadata-action@v5.5.1
91+ uses : docker/metadata-action@v5.8.0
9292 with :
9393 labels : |
9494 maintainer=${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments