mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 22:55:24 +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
|
- name: Get Github tag
|
||||||
id: meta
|
id: meta
|
||||||
run: |
|
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
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user