Update module github.com/go-resty/resty/v2 to v2.16.3 #5

Merged
ngn merged 2 commits from renovate/github.com-go-resty-resty-v2-2.x into custom 2025-01-19 22:07:54 +03:00
Showing only changes of commit 787c1cc986 - Show all commits

View File

@ -24,7 +24,4 @@ jobs:
- name: Build image - name: Build image
run: | 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 docker push ${{env.REGISTRY}}/${{env.IMAGE}}:latest