File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 32
32
image : kennyopennix/wazuh-agent-amazonlinux
33
33
- dockerfile : ./images/Dockerfie.ubuntu
34
34
image : kennyopennix/wazuh-agent-ubuntu
35
+ - dockerfile : ./Dockerfile
36
+ image : opennix/wazuh-agent
37
+ - dockerfile : ./images/Dockerfie.amazonlinux
38
+ image : opennix/wazuh-agent-amazonlinux
39
+ - dockerfile : ./images/Dockerfie.ubuntu
40
+ image : opennix/wazuh-agent-ubuntu
35
41
steps :
36
42
- name : Checkout
37
43
uses : actions/checkout@v4
53
59
images : ${{ matrix.image }}
54
60
tags : |
55
61
type=raw,value=latest,enable={{is_default_branch}}
62
+ - name : Extract metadata (tags, labels) for Docker
63
+ if : ${{ ! startsWith(github.ref, 'refs/tags/') }} && github.event_name != 'pull_request'
64
+ id : meta
65
+ uses : docker/metadata-action@v5
66
+ with :
67
+ images : ${{ matrix.image }}
68
+ tags : |
56
69
type=semver,pattern={{version}}
57
70
type=semver,pattern={{major}}.{{minor}}
58
71
type=semver,pattern={{major}}
You can’t perform that action at this time.
0 commit comments