Skip to content

Commit

Permalink
ci: rename push job
Browse files Browse the repository at this point in the history
The previous name was image-build-test which clashed with the image
build test :)

Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Jan 31, 2025
1 parent 6cfdc89 commit 59b1d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
CI: 1

jobs:
image-build-test:
image-build-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 59b1d88

Please sign in to comment.