mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -07:00
Update release.yml
This commit is contained in:
parent
26f97b54d5
commit
705a6c180d
1 changed files with 3 additions and 4 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -24,8 +24,8 @@ jobs:
|
|||
- uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- uses: gacts/github-slug@v1 # Action page: <https://github.com/gacts/github-slug>
|
||||
id: slug
|
||||
|
@ -37,8 +37,7 @@ jobs:
|
|||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||
build-args: HYDRA_VERSION="${{ steps.slug.outputs.version-semantic }}"
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}:${{ 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