Skip to content

Commit

Permalink
ci: add checkout step for docker description upload.
Browse files Browse the repository at this point in the history
release-as: v0.6.4
  • Loading branch information
riccox authored Sep 29, 2023
1 parent f52ecb3 commit bac19c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
steps:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download digests
uses: actions/download-artifact@v3
with:
Expand Down

1 comment on commit bac19c9

@vercel
Copy link

@vercel vercel bot commented on bac19c9 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.