From 182444dc9341630589077e0b427083dacde52dcf Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Mon, 25 Sep 2023 22:32:45 -0500 Subject: [PATCH] Fix YAML syntax. --- .github/workflows/build-and-publish-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-publish-image.yml b/.github/workflows/build-and-publish-image.yml index 7953ee9..9a05b54 100644 --- a/.github/workflows/build-and-publish-image.yml +++ b/.github/workflows/build-and-publish-image.yml @@ -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