From 30f53b914e7e9d6063c926960d7b4b4c664cdf61 Mon Sep 17 00:00:00 2001 From: Quan TRAN Date: Mon, 23 May 2022 10:15:49 +0200 Subject: [PATCH] rename stage/job in github actions --- .github/workflows/images.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 064ae3c9..c6e99294 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -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: