Skip to content

Commit a5155ea

Browse files
committed
ci: add concurrency group, permissions, and update actions
1 parent bff854d commit a5155ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ on:
2222
- 'true'
2323
- 'false'
2424

25-
env:
25+
concurrency:
26+
group: ${{ github.workflow }}-${{ github.ref }}
27+
cancel-in-progress: true
28+
29+

2630
REGISTRY: ghcr.io
2731
IMAGE_NAME: ${{ github.repository_owner }}/redditmodlog
2832

0 commit comments

Comments
 (0)