File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 username : ${{ github.repository_owner }}
2929 password : ${{ secrets.GITHUB_TOKEN }}
3030
31- - name : Build and cache multi-platform image
31+ - name : Build initial image
3232 uses : docker/build-push-action@v6
3333 with :
3434 cache-from : type=gha
3535 cache-to : type=gha,mode=max
3636 load : true
3737 tags : build-chromium
3838
39- - name : Determine version of Chromium downloaded
39+ - name : Determine version of Chromium obtained
4040 env :
4141 CHROMIUM_VERSION_REGEXP : ' Chromium ([0-9]+)\.'
4242 run : |
5050
5151 echo "CHROMIUM_VERSION=${BASH_REMATCH[1]}" >> $GITHUB_ENV
5252
53- - name : Push image to registry
53+ - name : Build cross-platform images and push to registry
5454 if : github.event_name != 'pull_request'
5555 uses : docker/build-push-action@v6
5656 with :
You can’t perform that action at this time.
0 commit comments