Skip to content

Commit

Permalink
proper naming of build steps
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Aug 5, 2022
1 parent 4ba572d commit 5db3ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build-maintenance-image:
name: Build frontent container image
name: Build maintenance container image
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
docker_image_name: ghcr.io/podkrepi-bg/frontend/maintenance:master

build-frontend-image:
name: Build frontent container image
name: Build frontend container image
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 5db3ea9

Please sign in to comment.