Update docker/login-action action to v3 (#1002)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-09 23:45:47 +02:00
committed by GitHub
parent 7b5acb19a4
commit 430584e5ed

View File

@@ -118,7 +118,7 @@ jobs:
echo ${{ github.ref_name }} echo ${{ github.ref_name }}
echo ${{ github.ref_name }} > VERSION echo ${{ github.ref_name }} > VERSION
- run: go build -o catalyst ./cmd/catalyst/. - run: go build -o catalyst ./cmd/catalyst/.
- uses: docker/login-action@v2 - uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}