@@ -113,20 +113,20 @@ jobs:
113113 echo "IMAGE_PREFIX_LOG_SIGNER"=ghcr.io/trustbloc-cicd/vct-log-signer >> $GITHUB_ENV
114114
115115 - name : Set up QEMU
116- uses : docker/setup-qemu-action@v1
116+ uses : docker/setup-qemu-action@v3
117117
118118 - name : Set up Docker Buildx
119- uses : docker/setup-buildx-action@v1
119+ uses : docker/setup-buildx-action@v3
120120
121121 - name : Login to Github Container Registry
122- uses : docker/login-action@v1
122+ uses : docker/login-action@v3
123123 with :
124124 registry : ghcr.io
125125 username : ${{ secrets.CR_USER }}
126126 password : ${{ secrets.CR_PAT }}
127127
128128 - name : Build and Push container images (vct)
129- uses : docker/build-push-action@v2
129+ uses : docker/build-push-action@v6
130130 with :
131131 context : .
132132 file : ./images/vct/Dockerfile
@@ -142,7 +142,7 @@ jobs:
142142 ${{ env.IMAGE_PREFIX_VCT }}:latest
143143
144144 - name : Build and Push container images (log-server)
145- uses : docker/build-push-action@v2
145+ uses : docker/build-push-action@v6
146146 with :
147147 context : .
148148 file : ./images/vct/Dockerfile
@@ -157,7 +157,7 @@ jobs:
157157 ${{ env.IMAGE_PREFIX_LOG_SERVER }}:latest
158158
159159 - name : Build and Push container images (log-signer)
160- uses : docker/build-push-action@v2
160+ uses : docker/build-push-action@v6
161161 with :
162162 context : .
163163 file : ./images/vct/Dockerfile
0 commit comments