mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 18:35:25 +00:00
Update dockerhub-push.yml
This commit is contained in:
parent
b34d9507e3
commit
1a3e071fc2
2
.github/workflows/dockerhub-push.yml
vendored
2
.github/workflows/dockerhub-push.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Get Github tag
|
||||
id: meta
|
||||
run: |
|
||||
echo "::set-output name=tag::$(git describe --tags --abbrev=0)"
|
||||
echo "::set-output name=tag::$(curl --silent "https://api.github.com/repos/projectdiscovery/nuclei/releases/latest" | jq -r .tag_name)"
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user