|
|
|
@ -72,18 +72,18 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
go-version: 1.18.x
|
|
|
|
|
- name: Login to Docker Hub
|
|
|
|
|
uses: docker/login-action@v2
|
|
|
|
|
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a #v2
|
|
|
|
|
with:
|
|
|
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
|
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
|
|
- name: Login to GHCR
|
|
|
|
|
uses: docker/login-action@v2
|
|
|
|
|
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a #v2
|
|
|
|
|
with:
|
|
|
|
|
username: ${{ secrets.BOT_USERNAME }}
|
|
|
|
|
password: ${{ secrets.BOT_GHCR_PAT }}
|
|
|
|
|
registry: ghcr.io
|
|
|
|
|
- name: Build
|
|
|
|
|
uses: goreleaser/goreleaser-action@v3
|
|
|
|
|
uses: goreleaser/goreleaser-action@ff11ca24a9b39f2d36796d1fbd7a4e39c182630a #v3
|
|
|
|
|
with:
|
|
|
|
|
version: v0.155.0
|
|
|
|
|
args: --debug
|
|
|
|
@ -193,7 +193,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- name: Pull new module version
|
|
|
|
|
uses: andrewslotin/go-proxy-pull-action@master
|
|
|
|
|
uses: andrewslotin/go-proxy-pull-action@bfc19ec6536e1638181b2ad6a03e16c7ccfb122f #master@2022-10-14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|