Skip to content

Commit

Permalink
Merge pull request #349 from bcgov/bugfix/add-docker-image-tag-in-sto…
Browse files Browse the repository at this point in the history
…rybook-build-yaml

Add :latest tag to Storybook docker build script
  • Loading branch information
ty2k authored May 17, 2024
2 parents 17b47e4 + 8814bec commit 79a33d2
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 79a33d2

Please sign in to comment.