fix cleanup task
This commit is contained in:
parent
640e398d49
commit
25cdffbbb0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildReporting.yml
vendored
4
.github/workflows/buildReporting.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get short SHA
|
- name: Get short SHA
|
||||||
uses: benjlevesque/short-sha@v2.1
|
uses: benjlevesque/short-sha@v3
|
||||||
id: short-sha
|
id: short-sha
|
||||||
- name: Store short SHA as environment variable
|
- name: Store short SHA as environment variable
|
||||||
run: echo $SHA
|
run: echo $SHA
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
||||||
echo ${{ env.TAG_NAME }}
|
echo ${{ env.TAG_NAME }}
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v3
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
Loading…
Reference in a new issue