Update release.yml

This commit is contained in:
Paramtamtam 2022-06-13 19:40:11 +05:00 committed by GitHub
parent 2dc4656d72
commit f90c4d24c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
build-args: HYDRA_VERSION="${{ steps.slug.outputs.version-semantic }}"
tags: |
ghcr.io/${{ github.actor }}/hydra:${{ steps.slug.outputs.version-semantic }}
ghcr.io/${{ github.repository }}:${{ steps.slug.outputs.version-semantic }}
# 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 }}