Skip to content

Commit

Permalink
added github-action folder
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Oct 5, 2024
1 parent 12ff5b9 commit e33cc64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ RUN chown -R myuser:myuser /libraries /usr/local/bin/asyncapi || echo "Failed to
# Copy the entrypoint script
COPY github-action/entrypoint.sh /entrypoint.sh

# Copy github-action folder
COPY github-action /github-action

# Make the entrypoint script executable
RUN chmod +x /entrypoint.sh

Expand Down

0 comments on commit e33cc64

Please sign in to comment.