Skip to content

Commit

Permalink
Change name of build docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed Apr 24, 2024
1 parent 2f6c2b1 commit 2e1b441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Build Docker image - stage verify
- name: Build Docker image - stage release
uses: docker/[email protected]
with:
context: .
Expand Down

0 comments on commit 2e1b441

Please sign in to comment.