mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
fix
This commit is contained in:
parent
03a490133e
commit
1835eac20a
1 changed files with 2 additions and 6 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -8,10 +8,6 @@ on:
|
|||
pull_request:
|
||||
paths-ignore: [README, TODO, PROBLEMS]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
docker-image:
|
||||
name: Build the docker image
|
||||
|
@ -36,7 +32,7 @@ jobs:
|
|||
context: .
|
||||
file: Dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
build-args: HYDRA_VERSION="${{ steps.slug.outputs.version-semantic }}"
|
||||
platforms: linux/amd64
|
||||
# ,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
tags: vanhauser/hydra:latest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue