Skip to content

Commit

Permalink
Fix broken action (#5)
Browse files Browse the repository at this point in the history
* Cause issue when declared empty

probably a change on github side

* Update Dockerfile
  • Loading branch information
lgmorand authored Aug 6, 2020
1 parent 41ee67a commit 03144ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/azure-cli
FROM mcr.microsoft.com/azure-cli

LABEL "com.github.actions.name"="Deploy repo to Azure Storage"
LABEL "com.github.actions.description"="Deploys code to Azure Storage and enables Static Website"
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ inputs:
AZURE_ERROR_DOCUMENT_NAME:
description: "If the server returns a 404 error, and you have not specified an error document when you enabled the website, then a default 404 page is returned to the user."
required: false
outputs:
runs:
using: "docker"
image: "Dockerfile"
Expand Down

0 comments on commit 03144ea

Please sign in to comment.