mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-26 23:38:42 +01:00
Prepare universal workflow
This commit is contained in:
parent
eceda2ffef
commit
63fa341eaf
7
.github/workflows/images_build_rhel.yml
vendored
7
.github/workflows/images_build_rhel.yml
vendored
@ -42,6 +42,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
disable-sudo: true
|
disable-sudo: true
|
||||||
egress-policy: block
|
egress-policy: block
|
||||||
|
allowed-endpoints: >
|
||||||
|
github.com:443
|
||||||
|
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Get branch info
|
- name: Get branch info
|
||||||
id: branch_info
|
id: branch_info
|
||||||
|
Loading…
Reference in New Issue
Block a user