Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Apr 5, 2024
1 parent dbc9b57 commit 4c17fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set the base image to use for subsequent instructions
FROM mikefarah/yq:4.43.1
FROM mikefarah/yq:4.43.1-githubaction

# Set the working directory inside the container
WORKDIR /usr/src
Expand Down
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh -l

set -e

# Read the file using yq
yq e "$1"

Check notice on line 7 in entrypoint.sh

View workflow job for this annotation

GitHub Actions / GitHub Actions Test

Hello, Mona Lisa Octocat!

Check notice on line 7 in entrypoint.sh

View workflow job for this annotation

GitHub Actions / Docker Tests

Hello, Mona Lisa Octocat!
Expand Down

0 comments on commit 4c17fa8

Please sign in to comment.