Skip to content

Commit

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

on:
release:
types: [published]
push

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

0 comments on commit 948e524

Please sign in to comment.