Skip to content

Commit a406ff1

Browse files
committed
Cleanup workflows
1 parent 600cbbc commit a406ff1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |
@@ -50,7 +50,7 @@ jobs:
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:

0 commit comments

Comments
 (0)