From 1e150d34a26340c61dad8c7b8855573c90ccdee5 Mon Sep 17 00:00:00 2001 From: Bill Wang Date: Mon, 14 Oct 2024 19:16:11 +1100 Subject: [PATCH] feature/github-action --- .github/workflows/gh_build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh_build.yaml b/.github/workflows/gh_build.yaml index 97c7914..dcbaf2b 100644 --- a/.github/workflows/gh_build.yaml +++ b/.github/workflows/gh_build.yaml @@ -43,5 +43,6 @@ jobs: # Optionally, list the images after pushing - name: Verify pushed images run: | + docker pull ghcr.io/${{ github.repository_owner }}/abc docker images ghcr.io/${{ github.repository_owner }}/abc