2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929
3030 - name : Get current date for tagging
3131 run : echo "DATE_TAG=$(date +'%Y%m%d')" >> $GITHUB_ENV
@@ -40,18 +40,18 @@ jobs:
4040 echo "IMAGE_NAME=ghcr.io/$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
4141
4242 - name : Set up Docker Buildx
43- uses : docker/setup-buildx-action@v3
43+ uses : docker/setup-buildx-action@v4
4444
4545 - name : Log in to the Container registry
46- uses : docker/login-action@v3
46+ uses : docker/login-action@v4
4747 with :
4848 registry : ghcr.io
4949 username : ${{ github.actor }}
5050 password : ${{ secrets.GITHUB_TOKEN }}
5151
5252 - name : Extract metadata (tags, labels) for Docker
5353 id : meta
54- uses : docker/metadata-action@v5
54+ uses : docker/metadata-action@v6
5555 with :
5656 images : ${{ env.IMAGE_NAME }}
5757 tags : |
6262
6363 - name : Build and push by digest
6464 id : build
65- uses : docker/build-push-action@v5
65+ uses : docker/build-push-action@v7
6666 with :
6767 context : .
6868 platforms : ${{ matrix.platform }}
9494
9595 steps :
9696 - name : Checkout repository
97- uses : actions/checkout@v4
97+ uses : actions/checkout@v6
9898
9999 - name : Get current date for tagging
100100 run : echo "DATE_TAG=$(date +'%Y%m%d')" >> $GITHUB_ENV
@@ -104,10 +104,10 @@ jobs:
104104 echo "IMAGE_NAME=ghcr.io/$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
105105
106106 - name : Set up Docker Buildx
107- uses : docker/setup-buildx-action@v3
107+ uses : docker/setup-buildx-action@v4
108108
109109 - name : Log in to the Container registry
110- uses : docker/login-action@v3
110+ uses : docker/login-action@v4
111111 with :
112112 registry : ghcr.io
113113 username : ${{ github.actor }}
@@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Extract metadata (tags, labels) for Docker
124124 id : meta
125- uses : docker/metadata-action@v5
125+ uses : docker/metadata-action@v6
126126 with :
127127 images : ${{ env.IMAGE_NAME }}
128128 tags : |
@@ -174,7 +174,7 @@ jobs:
174174 echo "IMAGE_NAME=ghcr.io/$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
175175
176176 - name : Log in to the Container registry
177- uses : docker/login-action@v3
177+ uses : docker/login-action@v4
178178 with :
179179 registry : ghcr.io
180180 username : ${{ github.actor }}
0 commit comments