ci: change job names
All checks were successful
Build Docker images / docker (, bookworm) (push) Successful in 36s
Build Docker images / docker (, bullseye) (push) Successful in 36s
Build Docker images / docker (, buster) (push) Successful in 35s
Build Docker images / docker (-slim, bookworm) (push) Successful in 36s
Build Docker images / docker (-slim, bullseye) (push) Successful in 37s
Build Docker images / docker (-slim, buster) (push) Successful in 35s

This commit is contained in:
Mauro Torrez 2024-02-27 13:09:40 -03:00
parent 85cc95bf71
commit abe5cb58a4

View File

@ -1,4 +1,4 @@
name: Build Docker image name: Build Docker images
on: on:
push: push:
@ -51,7 +51,7 @@ jobs:
build-args: | build-args: |
TARGET_ARCH=arm64 TARGET_ARCH=arm64
- -
name: Build and push name: Push images
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true push: true