From 8814becddc52d1a17259a007cb36a8d027c3dac1 Mon Sep 17 00:00:00 2001 From: Tyler Krys Date: Fri, 17 May 2024 09:16:56 -0700 Subject: [PATCH] Add :latest tag to Storybook docker build script --- .github/workflows/build_storybook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_storybook.yaml b/.github/workflows/build_storybook.yaml index 923afeea..08c86b28 100644 --- a/.github/workflows/build_storybook.yaml +++ b/.github/workflows/build_storybook.yaml @@ -27,7 +27,7 @@ jobs: driver-opts: network=host - name: Build image with docker build - run: docker build ./packages/react-components/ -f ./packages/react-components/Dockerfile.storybook + run: docker build ./packages/react-components/ -f ./packages/react-components/Dockerfile.storybook -t design-system-react-components-storybook:latest - name: Login to OpenShift Silver image registry uses: docker/login-action@v3