We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3a72d commit c561e3bCopy full SHA for c561e3b
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
run: cat src/AssemblyInfo.cs
66
67
- name: Log in to the Container registry
68
- uses: docker/login-action@v3.0.0
+ uses: docker/login-action@v3.2.0
69
with:
70
registry: ${{ env.REGISTRY }}
71
username: ${{ github.actor }}
.github/workflows/nightly.yml
@@ -47,7 +47,7 @@ jobs:
47
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
48
49
50
51
52
53
0 commit comments