Skip to content

Commit

Permalink
fix missing date
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Jan 11, 2024
1 parent d79d4bd commit fc657e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ jobs:
# github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Get current date
id: date
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit fc657e7

Please sign in to comment.