File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8888 uses : actions/checkout@v6
8989
9090 - name : Setup Docker Buildx
91- uses : docker/setup-buildx-action@v3
91+ uses : docker/setup-buildx-action@v4
9292
9393 - name : Prepare repository name
9494 id : prepare-repository-name
9898
9999 - name : Extract metadata (tags, labels) for Docker
100100 id : extract-metadata
101- uses : docker/metadata-action@v5
101+ uses : docker/metadata-action@v6
102102 with :
103103 images : ${{ steps.prepare-repository-name.outputs.repository }}
104104
@@ -121,7 +121,7 @@ jobs:
121121 labels : ${{ steps.extract-metadata.outputs.labels }}
122122
123123 - name : Upload Docker image archive
124- uses : actions/upload-artifact@v6
124+ uses : actions/upload-artifact@v7
125125 with :
126126 name : image.tar
127127 path : ${{ runner.temp }}/image.tar
@@ -154,7 +154,7 @@ jobs:
154154 kubectl version
155155
156156 - name : Download Docker image archive
157- uses : actions/download-artifact@v7
157+ uses : actions/download-artifact@v8
158158 with :
159159 name : ${{ needs.build-docker.outputs.image-archive }}
160160 path : ${{ runner.temp }}
Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ jobs:
6666 uses : actions/checkout@v6
6767
6868 - name : Setup Docker Buildx
69- uses : docker/setup-buildx-action@v3
69+ uses : docker/setup-buildx-action@v4
7070
7171 - name : Log in to the Container registry
72- uses : docker/login-action@v3
72+ uses : docker/login-action@v4
7373 with :
7474 registry : ${{ env.REGISTRY }}
7575 username : ${{ github.actor }}
8383
8484 - name : Extract metadata (tags, labels) for Docker
8585 id : extract-metadata
86- uses : docker/metadata-action@v5
86+ uses : docker/metadata-action@v6
8787 with :
8888 images : ${{ steps.prepare-repository-name.outputs.repository }}
8989
You can’t perform that action at this time.
0 commit comments