@@ -36,18 +36,18 @@ jobs:
3636 run : echo "IMAGE=ghcr.io/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
3737
3838 - name : Set up Docker Buildx
39- uses : docker/setup-buildx-action@v3
39+ uses : docker/setup-buildx-action@v4
4040
4141 - name : Login to GitHub Container Registry (GHCR)
4242 if : github.event_name != 'pull_request'
43- uses : docker/login-action@v3
43+ uses : docker/login-action@v4
4444 with :
4545 registry : ghcr.io
4646 username : gha
4747 password : ${{ github.token }}
4848
4949 - name : Build and export codespaces image
50- uses : docker/build-push-action@v6
50+ uses : docker/build-push-action@v7
5151 with :
5252 context : .
5353 push : true
@@ -74,11 +74,11 @@ jobs:
7474 echo "IMAGE_DEPS=ghcr.io/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')-dev/${{ matrix.os[0] }}" >> $GITHUB_ENV
7575
7676 - name : Set up Docker Buildx
77- uses : docker/setup-buildx-action@v3
77+ uses : docker/setup-buildx-action@v4
7878
7979 - name : Login to GitHub Container Registry (GHCR)
8080 if : github.event_name != 'pull_request'
81- uses : docker/login-action@v3
81+ uses : docker/login-action@v4
8282 with :
8383 registry : ghcr.io
8484 username : gha
8888 run : cp tools/OpenROAD/etc/DependencyInstaller.sh etc/InstallerOpenROAD.sh
8989
9090 - name : Build and export dependencies image
91- uses : docker/build-push-action@v6
91+ uses : docker/build-push-action@v7
9292 with :
9393 context : etc
9494 push : true
@@ -125,18 +125,18 @@ jobs:
125125 echo "NUM_THREADS=$(nproc)" >> $GITHUB_ENV
126126
127127 - name : Set up Docker Buildx
128- uses : docker/setup-buildx-action@v3
128+ uses : docker/setup-buildx-action@v4
129129
130130 - name : Login to GitHub Container Registry (GHCR)
131131 if : github.event_name != 'pull_request'
132- uses : docker/login-action@v3
132+ uses : docker/login-action@v4
133133 with :
134134 registry : ghcr.io
135135 username : gha
136136 password : ${{ github.token }}
137137
138138 - name : Build and export ORFS image
139- uses : docker/build-push-action@v6
139+ uses : docker/build-push-action@v7
140140 with :
141141 context : .
142142 push : true
0 commit comments