Skip to content

Commit 512899f

Browse files
committed
fix4
1 parent 4f2cdd0 commit 512899f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Get Short SHA
13-
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
1412
- name: Set up QEMU
1513
uses: docker/setup-qemu-action@v2
1614

1715
- name: Checkout repository
1816
uses: actions/checkout@v3
17+
- name: Get Short SHA
18+
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
1919

2020
- name: Set up Docker Buildx
2121
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)