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 cd81f96 commit 5c51e49Copy full SHA for 5c51e49
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Get current date
41
id: date
42
- run: echo "::set-output name=date::$(date +'%Y%m%d')"
+ run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
43
- name: Configure Github Package Registry
44
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin
45
- name: Install dependencies
0 commit comments