Skip to content

Commit 80d2052

Browse files
authored
Merge branch 'master' into copilot/fix-c1578cca-229b-4e65-b4b4-9274809539fd
2 parents 5d45065 + e643f44 commit 80d2052

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+606
-436
lines changed

.config/python/dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ansible>=12.0.0,<13.0.0
2-
ansible-lint==25.9.0
2+
ansible-lint==25.9.1
33
ansible-compat==25.8.1
44
yamllint==1.37.1
55
molecule==25.9.0

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
tags:
9-
- "*"
108
pull_request:
119
branches:
1210
- master
@@ -56,6 +54,7 @@ jobs:
5654
env:
5755
TAG: ${{ env.TAG }}
5856

57+
# push latest image
5958
- name: Run Docker push
6059
if: ${{ env.DOCKER_REGISTRY_USER != '' && env.DOCKER_REGISTRY_PASSWORD != '' && github.event_name != 'pull_request' }}
6160
run: make docker-push

.github/workflows/molecule_pg_upgrade.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112
strategy:
1213
fail-fast: false
1314
matrix:
@@ -18,9 +19,6 @@ jobs:
1819
- distro: debian12
1920
tag: latest
2021
namespace: geerlingguy
21-
- distro: debian11
22-
tag: latest
23-
namespace: geerlingguy
2422
- distro: ubuntu2404
2523
tag: latest
2624
namespace: geerlingguy

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,17 @@ jobs:
111111
--token $ANSIBLE_GALAXY_TOKEN
112112
env:
113113
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
114+
115+
- name: Build release image
116+
run: make docker-build
117+
env:
118+
TAG: ${{ steps.tag.outputs.tag }}
119+
120+
- name: Push release image
121+
if: ${{ env.DOCKER_REGISTRY_USER != '' && env.DOCKER_REGISTRY_PASSWORD != '' }}
122+
run: make docker-push
123+
env:
124+
TAG: ${{ steps.tag.outputs.tag }}
125+
DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_USERNAME }}
126+
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
127+

.github/workflows/schedule_pg_almalinux10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_almalinux9.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_centosstream10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_centosstream9.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

.github/workflows/schedule_pg_debian11.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/schedule_pg_debian12.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.repository_owner == 'vitabaks' || github.event_name == 'workflow_dispatch' }}
1112

1213
steps:
1314
- name: Set TERM environment variable

0 commit comments

Comments
 (0)