Skip to content

Commit

Permalink
Fix YAML syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ringo committed Sep 26, 2023
1 parent 050beef commit 182444d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: ./bootstrap.sh

0 comments on commit 182444d

Please sign in to comment.