Skip to content

Commit

Permalink
push all image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
schliflo committed Mar 3, 2022
1 parent 72e3582 commit 48d535b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ outputs:

runs:
using: "docker"
image: "docker://schliflo/action-cloud-run:2.2.1"
image: "docker://schliflo/action-cloud-run:2.2.2"
2 changes: 1 addition & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if [ "$INPUT_HOOK_PUSH_BEFORE" ]; then
fi

echo -e "\nPush image..."
docker push "$GCR_IMAGE_NAME"
docker push -a "$GCR_IMAGE_NAME"

if [ "$INPUT_HOOK_PUSH_AFTER" ]; then
sh $INPUT_HOOK_PUSH_AFTER
Expand Down

0 comments on commit 48d535b

Please sign in to comment.