Skip to content

Commit

Permalink
docker image on release
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Oct 24, 2020
1 parent e7f7fe7 commit 5f52cb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: docker-release

on:
push
release:
types: [published]

jobs:
docker:
Expand Down Expand Up @@ -31,4 +32,4 @@ jobs:
file: Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/wfuzz/wfuzz:test
ghcr.io/${{ github.repository_owner }}/wfuzz:${{ github.event.release.tag_name }}

0 comments on commit 5f52cb1

Please sign in to comment.