Skip to content

Commit acba533

Browse files
committed
chore: fix ci commit
1 parent 9bd20af commit acba533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
tags: koenkk/zigbee2mqtt:latest-dev,ghcr.io/koenkk/zigbee2mqtt:latest-dev
8282
push: true
8383
build-args: |
84-
COMMIT=$(git rev-parse --short HEAD)
84+
COMMIT=${{ github.sha }}
8585
8686
- name: release - Docker build and push
8787
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
@@ -94,7 +94,7 @@ jobs:
9494
tags: koenkk/zigbee2mqtt:latest,ghcr.io/koenkk/zigbee2mqtt:latest,koenkk/zigbee2mqtt:${{ github.ref_name }},ghcr.io/koenkk/zigbee2mqtt:${{ github.ref_name }}
9595
push: true
9696
build-args: |
97-
COMMIT=$(git rev-parse --short HEAD)
97+
COMMIT=${{ github.sha }}
9898
9999
- name: 'release: Publish to npm'
100100
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'

0 commit comments

Comments
 (0)