Skip to content

Commit

Permalink
ci: revert back to docker build v3 for test
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Feb 2, 2024
1 parent 5780f4f commit 67f1a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: test
uses: docker/build-push-action@v4
uses: docker/build-push-action@v3
if: ${{ inputs.test }}
with:
context: ${{ matrix.image.context }}
Expand Down

0 comments on commit 67f1a3a

Please sign in to comment.