mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 04:10:27 -07:00
ci: rename galaxy tag
This commit is contained in:
parent
44ad3b8e6d
commit
f566917bc2
4 changed files with 8 additions and 5 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python_version: ["3.9"]
|
python_version: ["3.10"]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -24,9 +24,10 @@ jobs:
|
||||||
path: ansible_collections/middleware_automation/keycloak
|
path: ansible_collections/middleware_automation/keycloak
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python_version }}
|
- name: Set up Python ${{ matrix.python_version }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python_version }}
|
python-version: ${{ matrix.python_version }}
|
||||||
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install yamllint, ansible and molecule
|
- name: Install yamllint, ansible and molecule
|
||||||
run: |
|
run: |
|
||||||
|
|
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -32,9 +32,10 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install doc dependencies
|
- name: Install doc dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -24,9 +24,10 @@ jobs:
|
||||||
token: ${{ secrets.TRIGGERING_PAT }}
|
token: ${{ secrets.TRIGGERING_PAT }}
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Get current version
|
- name: Get current version
|
||||||
id: get_version
|
id: get_version
|
||||||
|
|
|
@ -23,7 +23,7 @@ tags:
|
||||||
- java
|
- java
|
||||||
- runtimes
|
- runtimes
|
||||||
- middleware
|
- middleware
|
||||||
- A4MW
|
- a4mw
|
||||||
dependencies:
|
dependencies:
|
||||||
"middleware_automation.common": ">=1.0.0"
|
"middleware_automation.common": ">=1.0.0"
|
||||||
"ansible.posix": ">=1.4.0"
|
"ansible.posix": ">=1.4.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue