-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM debian:stable | ||
FROM ubuntu:latest | ||
|
||
LABEL "maintainer"="L3D <[email protected]>" | ||
LABEL "repository"="https://github.com/roles-ansible/check-ansible-debian-stable-action.git" | ||
LABEL "homepage"="https://github.com/roles-ansible/check-ansible-debian-stable-action" | ||
LABEL "repository"="https://github.com/roles-ansible/check-ansible-ubuntu-latest-action.git" | ||
LABEL "homepage"="https://github.com/roles-ansible/check-ansible-ubuntu-latest-action" | ||
|
||
LABEL "com.github.actions.name"="check-ansible-debian-stable" | ||
LABEL "com.github.actions.description"="Check ansible role or playbook with Debian stable" | ||
LABEL "com.github.actions.name"="check-ansible-ubuntu-latest" | ||
LABEL "com.github.actions.description"="Check ansible role or playbook with Ubuntu latest" | ||
LABEL "com.github.actions.icon"="aperture" | ||
LABEL "com.github.actions.color"="green" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: Check Ansible Debian stable | ||
description: Check ansible role or playbook with the debian:stable docker container | ||
name: Check Ansible Ubuntu latest | ||
description: Check ansible role or playbook with the ubuntu:latest docker container | ||
author: L3D <[email protected]> | ||
|
||
inputs: | ||
|