Skip to content

Commit

Permalink
ci: replace set-output from deb db workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Nov 19, 2022
1 parent c864c90 commit 72648dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-db-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72648dc

Please sign in to comment.