forked from Ivasoft/github-actions
update act to v0.2.34
this also required updating the action image to node16 this is a potentially breaking change, so I don't think we want this plugin image to be tagged 'latest' if/when this change is merged to main I have also updated the drone pipeline to only publish the image on tag events, so if we give a proper tag (maybe 2.0.0) this updated plugin image will be available as plugins/github-actions:2 which will not break existing pipelines pulling latest
This commit is contained in:
@@ -3,7 +3,7 @@ FROM docker:dind
|
||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
||||
RUN apk add --no-cache ca-certificates curl
|
||||
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sh -s v0.2.24
|
||||
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sh -s v0.2.34
|
||||
|
||||
ADD release/linux/amd64/plugin /bin/
|
||||
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/plugin"]
|
||||
Reference in New Issue
Block a user