Skip to content

Commit

Permalink
Merge pull request #34 from startersclan/refactor/ci-remove-unneeded-…
Browse files Browse the repository at this point in the history
…buildx-in-test-jobs

Refactor (ci): Remove unneeded buildx in test jobs
  • Loading branch information
leojonathanoh committed Nov 11, 2023
2 parents 5b67add + a08992a commit a65dcbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
# - name: Set up Docker Buildx
# id: buildx
# uses: docker/setup-buildx-action@v2

- name: Cache Docker layers (daemon)
uses: actions/cache/restore@v3 # Don't save the cache at end of job
Expand Down

0 comments on commit a65dcbd

Please sign in to comment.