Github action to work with an image stored on Dockerhub for faster execution

This commit is contained in:
Ori Kotek
2023-07-16 14:19:02 +03:00
parent 2531849b73
commit 7958786b4c
4 changed files with 9 additions and 5 deletions

View File

@ -2,4 +2,4 @@ name: 'PR Agent'
description: 'Summarize, review and suggest improvements for pull requests'
runs:
using: 'docker'
image: 'Dockerfile.github_action'
image: 'Dockerfile.github_action_dockerhub'