diff --git a/github-action/Dockerfile b/github-action/Dockerfile index ffea1d3f745..3de057242e7 100644 --- a/github-action/Dockerfile +++ b/github-action/Dockerfile @@ -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