Skip to content

Commit

Permalink
chore: improve docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardzjl committed Jan 23, 2024
1 parent 0a0623c commit b6f14e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v3.0.0
with:
Expand Down

0 comments on commit b6f14e0

Please sign in to comment.