Skip to content

Commit 2d14d75

Browse files
chore(deps): update docker/build-push-action action to v6.19.0
Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
1 parent 19cd6f4 commit 2d14d75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
git tag ${{ steps.full_version.outputs.full_version }}
6363
git push origin ${{ steps.full_version.outputs.full_version }}
6464
- name: Build and push
65-
uses: docker/build-push-action@v6
65+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
6666
with:
6767
push: true
6868
tags: ghcr.io/usa-reddragon/kiri:${{ steps.tag_name.outputs.tag }}
@@ -79,15 +79,15 @@ jobs:
7979
run: |
8080
echo "major_version=${GITHUB_REF#refs/*/}" | sed 's/\.[^.]*$//' | sed 's/\.[^.]*$//' >> $GITHUB_OUTPUT
8181
- name: Build and push minor version
82-
uses: docker/build-push-action@v6
82+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
8383
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'release'
8484
with:
8585
push: true
8686
tags: ghcr.io/usa-reddragon/kiri:${{ steps.minor_version.outputs.minor_version }}
8787
cache-from: type=gha
8888
cache-to: type=gha,mode=max
8989
- name: Build and push major version
90-
uses: docker/build-push-action@v6
90+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
9191
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'release'
9292
with:
9393
push: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.PAT }}
2727
- name: Build version
28-
uses: docker/build-push-action@v6
28+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
2929
with:
3030
push: true
3131
tags: ghcr.io/usa-reddragon/kiri-ci:${{ github.sha }}

0 commit comments

Comments
 (0)