This commit is contained in:
Paramtamtam 2022-06-13 20:20:58 +05:00 committed by GitHub
commit d5e525bcb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}