Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 690d756

Browse files
committed
Create GitHub action.yml
As per docs: - https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-docker-container-actions Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
1 parent 35d9770 commit 690d756

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: container-diff
2+
3+
runs:
4+
using: 'docker'
5+
image: 'action/Dockerfile'
6+

0 commit comments

Comments
 (0)