Skip to content

Commit

Permalink
chore: Pin aevea/action-kaniko
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Feb 22, 2022
1 parent 7ca318e commit 7a5a8fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Alpine. GitHub Package Registry
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
registry: docker.pkg.github.com
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -23,7 +23,7 @@ jobs:
cache_registry: cache

- name: Alpine. Dockerhub
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -32,7 +32,7 @@ jobs:
cache_registry: schemathesis/cache

- name: Buster. GitHub Package Registry
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
registry: docker.pkg.github.com
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -43,7 +43,7 @@ jobs:
cache_registry: cache

- name: Buster. Dockerhub
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: GitHub Package Registry
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
registry: docker.pkg.github.com
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -22,7 +22,7 @@ jobs:
cache_registry: cache

- name: Alpine. Dockerhub
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -31,7 +31,7 @@ jobs:
cache_registry: schemathesis/cache

- name: Alpine. Dockerhub stable
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -43,7 +43,7 @@ jobs:
- run: echo "buster_tag=$(echo -n ${GITHUB_REF} | sed -E 's/refs\/(heads|tags)\///g' | sed -e 's/\//-/g' | cat - <(echo "-buster"))" >> $GITHUB_ENV

- name: Buster. Dockerhub
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand All @@ -54,7 +54,7 @@ jobs:
cache_registry: schemathesis/cache

- name: Buster. Dockerhub stable
uses: aevea/action-kaniko@master
uses: aevea/action-kaniko@v0.6.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 7a5a8fe

Please sign in to comment.