Skip to content

Commit

Permalink
revert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Oct 29, 2020
1 parent 56f9add commit 078d332
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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,5 @@ jobs:
file: Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/wfuzz:v3.1.0-beta
ghcr.io/${{ github.repository_owner }}/wfuzz:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository_owner }}/wfuzz:latest

0 comments on commit 078d332

Please sign in to comment.