Skip to content

Commit

Permalink
fix: use github docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 8, 2024
1 parent ec42c8c commit 9783a05
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Docker
run: |
# Install Docker and Docker Compose
sudo apt-get update
sudo apt-get install -y docker.io docker-compose
uses: docker/setup-buildx-action@v2 # Sets up Docker Buildx
with:
version: "latest" # Optional, specify a version if needed

- name: Create Environment Files
run: |
Expand Down

0 comments on commit 9783a05

Please sign in to comment.