Skip to content

Commit

Permalink
Update softprops/action-gh-release digest to 1ce812a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent a1f2e3d commit e279231
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
sudo rm -rf build/IMAGE
- name: Release
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
uses: softprops/action-gh-release@1ce812a7bd7fa6c191ed3334eeace31579a98f25
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
sudo -E docker push "$IMAGE"
sudo rm -rf build/IMAGE
- name: Release
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
uses: softprops/action-gh-release@1ce812a7bd7fa6c191ed3334eeace31579a98f25
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -458,7 +458,7 @@ jobs:
run: |
docker push $(cat release/IMAGE)
- name: Release
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
uses: softprops/action-gh-release@1ce812a7bd7fa6c191ed3334eeace31579a98f25
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
cd ..
rm release/IMAGE release/VERSION release/versions.yaml
- name: Release
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
uses: softprops/action-gh-release@1ce812a7bd7fa6c191ed3334eeace31579a98f25
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
earthly +uki-iso \
--BASE_IMAGE=quay.io/kairos/${{ matrix.flavor }}:${{ matrix.flavorRelease }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-${{ github.ref_name }}-uki
- name: Release
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
uses: softprops/action-gh-release@1ce812a7bd7fa6c191ed3334eeace31579a98f25
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
cd ..
sudo rm -rf release/VERSION release/IMAGE release/versions.yaml
- name: Release
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
uses: softprops/action-gh-release@1ce812a7bd7fa6c191ed3334eeace31579a98f25
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
sudo rm -rf build/IMAGE
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
uses: softprops/action-gh-release@1ce812a7bd7fa6c191ed3334eeace31579a98f25
with:
files: |
build/*scan-reports.tar.gz
Expand Down

0 comments on commit e279231

Please sign in to comment.