Skip to content

Commit c5746c6

Browse files
committed
fix: standardize quotes in workflow configuration
1 parent bb02bf7 commit c5746c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Image
33
on:
44
workflow_dispatch:
55
workflow_run:
6-
workflows: ["CI"]
6+
workflows: ['CI']
77
types:
88
- completed
99

@@ -31,4 +31,4 @@ jobs:
3131
context: .
3232
file: docker/Dockerfile
3333
push: true
34-
tags: ghcr.io/${{ github.repository }}:latest
34+
tags: ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)