Skip to content

Commit

Permalink
fix(ci): enable docker buildx to use the cache feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Feb 20, 2024
1 parent d3d0a7f commit ba23ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ jobs:
externals: public/**
exitZeroOnChanges: true

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

- name: Log in to the Container registry
if: ${{ !github.event.act && (github.ref_name == 'dev' || github.ref_name == 'main') }}
uses: docker/login-action@v2
Expand Down

0 comments on commit ba23ece

Please sign in to comment.