rename stage/job in github actions

This commit is contained in:
Quan TRAN 2022-05-23 10:15:49 +02:00 committed by GitHub
parent 3b27243ec6
commit 30f53b914e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Publish Canary Images
name: Images
on:
push:
@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
name: Build Images
name: Build
strategy:
matrix:
include:
@ -45,7 +45,7 @@ jobs:
permissions:
contents: read
packages: write
name: Build and Publish Canary Images
name: Build and Publish
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USER }}
steps: