Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Add docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-dfg committed Sep 29, 2024
1 parent 498c3a8 commit 4859d3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- id: "auth"
uses: "google-github-actions/auth@v1"
with:
Expand Down

0 comments on commit 4859d3c

Please sign in to comment.