Skip to content

Commit

Permalink
Merge pull request #19 from sapcc/fix_gh_actions
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
jknipper authored Sep 3, 2024
2 parents d2fadd0 + 82136b4 commit 9c7d0f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-image-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract image metadata
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 9c7d0f7

Please sign in to comment.