diff --git a/.github/workflows/build-n-push-multistage.yml b/.github/workflows/build-n-push-multistage.yml index 3d7b69f..37fb15e 100644 --- a/.github/workflows/build-n-push-multistage.yml +++ b/.github/workflows/build-n-push-multistage.yml @@ -1,4 +1,4 @@ -name: Build, push and update +name: Build, push and update multistage on: workflow_dispatch: @@ -9,7 +9,7 @@ on: description: Skip unit-test jobs: - build_push_update: + build_push_update_multi: runs-on: ubuntu-latest