Skip to content

Commit

Permalink
Update softprops/action-gh-release action to v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2024
1 parent d33c8ad commit e2e0331
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 @@ -271,7 +271,7 @@ jobs:
sudo rm -rf build/IMAGE
- name: Release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
sudo -E docker push "$IMAGE"
sudo rm -rf build/IMAGE
- name: Release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
run: |
docker push $(cat release/IMAGE)
- name: Release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
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 @@ -203,7 +203,7 @@ jobs:
cd ..
rm release/IMAGE release/VERSION release/versions.yaml
- name: Release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
--BASE_IMAGE=quay.io/kairos/${{ matrix.flavor }}:${{ matrix.flavorRelease }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-${{ github.ref_name }}-uki \
--ENKI_CREATE_CI_KEYS=true
- name: Release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
cd ..
sudo rm -rf release/VERSION release/IMAGE release/versions.yaml
- name: Release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
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 @@ -170,7 +170,7 @@ jobs:
sudo rm -rf build/IMAGE
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/[email protected].5
uses: softprops/[email protected].6
with:
files: |
build/*scan-reports.tar.gz
Expand Down

0 comments on commit e2e0331

Please sign in to comment.