Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
pyToshka committed Jan 11, 2024
1 parent 5b95c1b commit ec1ed74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,18 @@ jobs:
strategy:
max-parallel: 6
matrix:
wazuh_agent_version: ['4.3.10-1','4.4.5-1', '4.5.4-1', '4.6.0-1', '4.7.1-1', '4.7.2-1']
include:
- dockerfile: ./Dockerfile
image: wazuh-agent-minideb
wazuh_cluster_version: '4.7.0'
wazuh_agent_version: ['4.3.10-1','4.4.5-1', '4.5.4-1', '4.6.0-1', '4.7.1-1', '4.7.2-1']
- dockerfile: ./images/Dockerfile.amazonlinux
image: wazuh-agent-amazonlinux
wazuh_cluster_version: '4.7.0'
wazuh_agent_version: ['4.3.10-1','4.4.5-1', '4.5.4-1', '4.6.0-1', '4.7.1-1', '4.7.2-1']
- dockerfile: ./images/Dockerfile.ubuntu
image: wazuh-agent-ubuntu
wazuh_cluster_version: '4.7.0'
wazuh_agent_version: ['4.3.10-1','4.4.5-1', '4.5.4-1', '4.6.0-1', '4.7.1-1', '4.7.2-1']

steps:
- uses: actions/checkout@v3
- name: Expose GitHub Runtime
Expand Down

0 comments on commit ec1ed74

Please sign in to comment.