public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Ben Woodard <woodard@redhat.com>
To: libabigail@sourceware.org
Cc: Vanessa Sochat <sochat1@llnl.gov>, Ben Woodard <woodard@redhat.com>
Subject: [PATCH] Adding missing newline to build-container workflow
Date: Mon, 16 May 2022 17:50:11 -0700	[thread overview]
Message-ID: <20220517005010.2316724-1-woodard@redhat.com> (raw)

From: Vanessa Sochat <sochat1@llnl.gov>

Adding missing newline to build-container workflow.

       * .github/workflows/build-container.yaml add missing newline

Signed-off-by: Vanessa Sochat <sochat1@llnl.gov>
Reviewed-by: Ben Woodard <woodard@redhat.com>
---
 .github/workflows/build-container.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml
index 5b2737ba..8b51704b 100644
--- a/.github/workflows/build-container.yaml
+++ b/.github/workflows/build-container.yaml
@@ -66,7 +66,8 @@ jobs:
         run: |
            container=$uri:latest
            docker build -f docker/${dockerfile} -t ${container} .
-           if [[ "${isLatest}" == "true" ]]; then               docker tag ${container} ghcr.io/woodard/libabigail:latest
+           if [[ "${isLatest}" == "true" ]]; then
+               docker tag ${container} ghcr.io/woodard/libabigail:latest
            fi
            echo "container=$container" >> $GITHUB_ENV
 
-- 
2.36.1


             reply	other threads:[~2022-05-17  0:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17  0:50 Ben Woodard [this message]
2022-05-17  7:46 ` Dodji Seketeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220517005010.2316724-1-woodard@redhat.com \
    --to=woodard@redhat.com \
    --cc=libabigail@sourceware.org \
    --cc=sochat1@llnl.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).