mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -07:00
cleanup
This commit is contained in:
parent
705a6c180d
commit
d5e525bcb0
1 changed files with 0 additions and 9 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -15,12 +15,6 @@ jobs:
|
|||
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
|
||||
# uncomment for publishing on hub.docker.com (don't forget to fillup the repository secrets)
|
||||
#- uses: docker/login-action@v2
|
||||
# with:
|
||||
# username: ${{ secrets.DOCKER_LOGIN }}
|
||||
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
@ -38,7 +32,4 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||
build-args: HYDRA_VERSION="${{ steps.slug.outputs.version-semantic }}"
|
||||
tags: vanhauser/hydra:latest
|
||||
# append the following line to the list above for publishing on hub.docker.com
|
||||
# (and don't forget to change on a real repo/user name)
|
||||
# vanhauser-thc/thc-hydra:${{ steps.slug.outputs.version-semantic }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue