mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 07:12:46 +01:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user