Skip to content

Commit

Permalink
Fix typo in GHA (#12003)
Browse files Browse the repository at this point in the history
* Removal of ko, image-autobumper

* Pull build action

* fix typo

* more typos
  • Loading branch information
akiioto authored Sep 27, 2024
1 parent ccdd835 commit da4df6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-build-image-autobumper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
pull_request_target:
types: [ opened, edited, synchronize, reopened, ready_for_review ]
paths:
- "cmd/image-syncer/*.go"
- "cmd/image-syncer/Dockerfile"
- 'cmd/image-autobumper/Dockerfile'
- 'cmd/image-autobumper/**'
- "go.mod"
- "go.sum"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-build-image-autobumper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
branches:
- main
paths:
- 'cmd/image-detector/Dockerfile'
- 'cmd/image-detector/**'
- 'cmd/image-autobumper/Dockerfile'
- 'cmd/image-autobumper/**'
- 'go.mod'
- 'go.sum'
workflow_dispatch: {}
Expand All @@ -14,7 +14,7 @@ jobs:
build-image:
uses: ./.github/workflows/image-builder.yml
with:
name: image-detector
name: image-autobumper
dockerfile: cmd/image-autobumper/Dockerfile
context: .
print-image:
Expand Down

0 comments on commit da4df6e

Please sign in to comment.