Skip to content

Commit

Permalink
chore: setup docker
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Oct 28, 2024
1 parent e5896da commit 943c758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
X_AUTH_TOKEN: ${{ secrets.X_AUTH_TOKEN }}
run: yarn nx docker-build ${{ inputs.application }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver: docker-container

- name: Build and export
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 943c758

Please sign in to comment.