You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the hello-world-docker-action folder create the Dockerfile. The container inherits FROM alpine:3.22 and should copy and execute a file entrypoint.sh. Remember to make the script executable with RUN chmod +x entrypoint.sh
Inside the hello-world-docker-action folder create the Dockerfile. The container inherits FROM alpine:3.22 and should copy and execute a file entrypoint.sh. Remember to make the script executable with RUN chmod +x entrypoint.sh