ci: replace set-output from deb db workflow
This commit is contained in:
parent
c864c90538
commit
72648dc01c
2
.github/workflows/dev-db-nightly.yml
vendored
2
.github/workflows/dev-db-nightly.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
|
||||
- name: Get Current Date as Tag
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y%m%d')"
|
||||
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
|
|
Loading…
Reference in a new issue