Skip to content

Commit

Permalink
fix(ci): Use correct kaniko action package name
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Apr 26, 2020
1 parent d9d102e commit 22d37ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Kaniko build
uses: aevea/kaniko-action@master
uses: aevea/action-kaniko@master
with:
image: aevea/commitsar
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -22,7 +22,7 @@ jobs:
strip_tag_prefix: v

- name: Deprecated outillage build
uses: aevea/kaniko-action@master
uses: aevea/action-kaniko@master
with:
image: outillage/commitsar
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -33,7 +33,7 @@ jobs:

# Deprecated build for backwards compatibility
- name: Deprecated build
uses: aevea/kaniko-action@master
uses: aevea/action-kaniko@master
with:
image: commitsar/commitsar
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 22d37ec

Please sign in to comment.