public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Adding missing newline to build-container workflow
@ 2022-05-17  0:50 Ben Woodard
  2022-05-17  7:46 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Woodard @ 2022-05-17  0:50 UTC (permalink / raw)
  To: libabigail; +Cc: Vanessa Sochat, Ben Woodard

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Adding missing newline to build-container workflow
  2022-05-17  0:50 [PATCH] Adding missing newline to build-container workflow Ben Woodard
@ 2022-05-17  7:46 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2022-05-17  7:46 UTC (permalink / raw)
  To: Ben Woodard via Libabigail; +Cc: Ben Woodard, Vanessa Sochat

Ben Woodard via Libabigail <libabigail@sourceware.org> a écrit:

> 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>

Applied to master.  Thanks!

[...]

Cheers,

-- 
		Dodji

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-17  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17  0:50 [PATCH] Adding missing newline to build-container workflow Ben Woodard
2022-05-17  7:46 ` Dodji Seketeli

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).