Skip to content

Commit

Permalink
Add :latest tag to Storybook docker build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ty2k committed May 17, 2024
1 parent 17b47e4 commit 8814bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8814bec

Please sign in to comment.