Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
outlyer-net committed Apr 20, 2024
1 parent 57ebf45 commit 9c71825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push:
build:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push:
build-multiarch-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 9c71825

Please sign in to comment.