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 c864c90 commit 72648dcCopy full SHA for 72648dc
1 file changed
.github/workflows/dev-db-nightly.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Get Current Date as Tag
77
id: date
78
- run: echo "::set-output name=date::$(date +'%Y%m%d')"
+ run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
79
80
- name: Login to GitHub Container Registry
81
uses: docker/login-action@v2
0 commit comments