Skip to content

Commit eb89667

Browse files
authored
Update .github/workflows/main.yml
1 parent 6590375 commit eb89667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Get Date
180180
id: date
181181
# run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%SZ')"
182-
run : echo "data=$(date +'%Y-%m-%dT%H:%M:%SZ')"
182+
run : echo "date=$(date +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
183183
- name: Docker Metadata
184184
id: meta
185185
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)