Merge branch 'custom' into renovate/github.com-go-resty-resty-v2-2.x

This commit is contained in:
ngn 2025-01-19 19:07:47 +00:00
commit 787c1cc986

View File

@ -24,7 +24,4 @@ jobs:
- name: Build image
run: |
hash=${{gitea.sha}}
docker build . --tag ${{env.REGISTRY}}/${{env.IMAGE}}:latest --tag ${{env.REGISTRY}}/${{env.IMAGE}}:${hash::7}
docker push ${{env.REGISTRY}}/${{env.IMAGE}}:${hash::7}
docker push ${{env.REGISTRY}}/${{env.IMAGE}}:latest