First GitHub action test

This commit is contained in:
Manuel J. Bernal
2020-05-04 15:23:48 +02:00
parent 7e9abfab60
commit 6dab191255

18
.github/workflows/push.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ feature-github-actions ]
pull_request:
branches: [ feature-github-actions ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build wazuh/Dockerfile --tag wazuh:$(date +%s)