Skip to content

Commit

Permalink
Update to Aiera from Convox
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleroot committed Oct 24, 2022
1 parent 9f40988 commit 70dce9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:18.04

LABEL version="1.0.0"
LABEL repository="https://github.com/convox/action-deploy"
LABEL homepage="https://convox.com/convox"
LABEL maintainer="Convox <support@convox.com>"
LABEL repository="https://github.com/aiera-inc/action-deploy"
LABEL homepage="https://www.aiera.com/"
LABEL maintainer="Aiera <support@aiera.com>"

LABEL "com.github.actions.name"="Convox Deploy"
LABEL "com.github.actions.description"="Build and Deploy an app to Convox in one step"
Expand All @@ -17,4 +17,4 @@ RUN curl -L https://convox.com/cli/linux/convox -o /tmp/convox \
&& chmod 755 /usr/local/bin/convox

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Convox Deploy
description: Build and Deploy a Convox app in a single step
author: Convox
author: Aiera
branding:
icon: upload-cloud
color: blue
Expand Down

0 comments on commit 70dce9e

Please sign in to comment.