Skip to content

Commit

Permalink
Merge pull request #53 from RyosukeDTomita/feature/chore
Browse files Browse the repository at this point in the history
chore: fix compose.yaml
  • Loading branch information
RyosukeDTomita authored Aug 5, 2024
2 parents afcc306 + 8e3ae21 commit 7044c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Dockerでビルドしたpackageをgithub-pagesにホストする
on:
push:
# branches:
# - master
branches:
- master
- feature/github-pages
workflow_dispatch:

defaults:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EOF


# Product Image
FROM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nginx:latest-al23
FROM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nginx:latest-al23 AS deploy

# Change owner to allow non-root users to start the service
USER root
Expand Down

0 comments on commit 7044c5b

Please sign in to comment.