File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8585 uses : actions/checkout@v6
8686
8787 - name : Setup Docker Buildx
88- uses : docker/setup-buildx-action@v3
88+ uses : docker/setup-buildx-action@v4
8989
9090 - name : Prepare repository name
9191 id : prepare-repository-name
@@ -95,12 +95,12 @@ jobs:
9595
9696 - name : Extract metadata (tags, labels) for Docker
9797 id : extract-metadata
98- uses : docker/metadata-action@v5
98+ uses : docker/metadata-action@v6
9999 with :
100100 images : ${{ steps.prepare-repository-name.outputs.repository }}
101101
102102 - name : Build Docker image
103- uses : docker/build-push-action@v6
103+ uses : docker/build-push-action@v7
104104 with :
105105 platforms : linux/amd64,linux/arm64
106106 context : .
@@ -118,7 +118,7 @@ jobs:
118118 labels : ${{ steps.extract-metadata.outputs.labels }}
119119
120120 - name : Upload Docker image archive
121- uses : actions/upload-artifact@v6
121+ uses : actions/upload-artifact@v7
122122 with :
123123 name : image.tar
124124 path : ${{ runner.temp }}/image.tar
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545 uses : actions/checkout@v6
4646
4747 - name : Setup Docker Buildx
48- uses : docker/setup-buildx-action@v3
48+ uses : docker/setup-buildx-action@v4
4949
5050 - name : Log in to the Container registry
51- uses : docker/login-action@v3
51+ uses : docker/login-action@v4
5252 with :
5353 registry : ${{ env.REGISTRY }}
5454 username : ${{ github.actor }}
@@ -62,12 +62,12 @@ jobs:
6262
6363 - name : Extract metadata (tags, labels) for Docker
6464 id : extract-metadata
65- uses : docker/metadata-action@v5
65+ uses : docker/metadata-action@v6
6666 with :
6767 images : ${{ steps.prepare-repository-name.outputs.repository }}
6868
6969 - name : Build and push Docker image
70- uses : docker/build-push-action@v6
70+ uses : docker/build-push-action@v7
7171 with :
7272 platforms : linux/amd64,linux/arm64
7373 context : .
You can’t perform that action at this time.
0 commit comments