Skip to content

Commit

Permalink
CI: use docker buildx build
Browse files Browse the repository at this point in the history
Fixes the warning:

```
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/
```
  • Loading branch information
thebendavis committed Oct 23, 2024
1 parent cd097a5 commit 19c5c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Docker Image
run: |
docker build . \
docker buildx build . \
--cache-from artifactory.galois.com:5025/pate/pate:${GITHUB_REF//\//\-} \
--cache-from artifactory.galois.com:5025/pate/pate:refs-heads-master \
-t pate
Expand Down

0 comments on commit 19c5c1f

Please sign in to comment.