Skip to content

Commit

Permalink
fix: build action
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Nov 7, 2024
1 parent e4c69f1 commit ba7ed4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
include:
- context: docker
file: dockerfile.init
- context: .
file: docker/dockerfile.init
endpoint: demeter-run/doom-patrol-init

continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfile.init
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazon/aws-cli
RUN yum update -y && yum install -y tar gzip
COPY entrypoint.sh /entrypoint.sh
COPY docker/entrypoint.sh /entrypoint.sh
ENTRYPOINT ["sh", "/entrypoint.sh"]

0 comments on commit ba7ed4e

Please sign in to comment.