From 65ac047ad677574a5795944766f6c5a9e958e53d Mon Sep 17 00:00:00 2001 From: Contention Date: Mon, 13 May 2019 14:37:48 +0100 Subject: [PATCH] Updated refs in Dockerfile to current url. Fixes #1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2404fb..93a81de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ LABEL "com.github.actions.description"="For deploying code to a webserver via rs LABEL "com.github.actions.icon"="truck" LABEL "com.github.actions.color"="yellow" -LABEL "repository"="http://github.com/contention/action-rsync-deploy" -LABEL "homepage"="https://github.com/contention/action-rsync-deploy" +LABEL "repository"="http://github.com/contention/rsync-deployments" +LABEL "homepage"="https://github.com/contention/rsync-deployments" LABEL "maintainer"="Contention "