Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zugao committed Feb 20, 2020
1 parent 2fa577f commit 39dc31a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build images for Docker Hub
on:
push:
branches:
- master
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,4 +25,5 @@ jobs:
--tag owasp/modsecurity:$(./version.sh ${{ matrix.image }} -vvv)

- name: Push ${{ matrix.image }}
run: docker push owasp/modsecurity
run: echo ${{github.ref}}
#run: docker push owasp/modsecurity

0 comments on commit 39dc31a

Please sign in to comment.