Skip to content

Commit 05a1418

Browse files
committed
Update GitHub Actions workflow to use short-sha action
1 parent e93dedc commit 05a1418

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-docker.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
username: ${{ secrets.QUAY_IO_BOT_USERNAME }}
1717
password: ${{ secrets.QUAY_IO_BOT_PASSWORD }}
1818
registry: quay.io
19-
- uses: bhowell2/[email protected]
20-
id: sha
19+
- uses: benjlevesque/[email protected]
20+
id: short-sha
2121
with:
22-
value: ${{ github.event.pull_request.head.sha }}
23-
length_from_start: 7
22+
length: 7
2423
- uses: actions/setup-node@v3
2524
with:
2625
node-version: 18.20.2

0 commit comments

Comments
 (0)