Skip to content

Commit 1f5a0b5

Browse files
committed
Fix indentation
1 parent 5725b01 commit 1f5a0b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ghcr
22
on:
33
push:
4-
branches:
5-
- main
6-
- marcus/docker-fix
4+
branches:
5+
- main
6+
- marcus/docker-fix
77
env:
88
REGISTRY: ghcr.io
99
IMAGE_NAME: ${{ github.repository }}
@@ -14,7 +14,6 @@ jobs:
1414
permissions:
1515
contents: read
1616
packages: write
17-
1817
steps:
1918
- name: Check Out Repo
2019
uses: actions/checkout@v3

0 commit comments

Comments
 (0)