Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Mar 18, 2024
1 parent 5725b01 commit 1f5a0b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ghcr
on:
push:
branches:
- main
- marcus/docker-fix
branches:
- main
- marcus/docker-fix
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand All @@ -14,7 +14,6 @@ jobs:
permissions:
contents: read
packages: write

steps:
- name: Check Out Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 1f5a0b5

Please sign in to comment.