info
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# FROM alpinelinux/docker-compose
|
||||
FROM docker
|
||||
COPY --from=docker/compose-bin:edge /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
|
||||
RUN docker compose version
|
||||
|
||||
LABEL 'name'='Docker Deployment Action'
|
||||
LABEL 'com.github.actions.name'='Docker Deployment'
|
||||
LABEL 'com.github.actions.description'='supports docker-compose and Docker Swarm deployments'
|
||||
LABEL 'name'='Docker Compose Remote Deployment Action'
|
||||
LABEL 'com.github.actions.name'='Docker Compose Remote Deployment'
|
||||
LABEL 'com.github.actions.description'='supports docker-compose remotely through ssh.'
|
||||
LABEL 'com.github.actions.icon'='send'
|
||||
LABEL 'com.github.actions.color'='green'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user