Skip to content

Commit

Permalink
AHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky-Devel committed Dec 27, 2024
1 parent 8e9e4ea commit 12b3ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
network=host
buildkitd-flags: --debug

- name: Install Yarn 4.5.3
run: |
corepack enable
corepack prepare [email protected] --activate
yarn --version
- name: Generate cache key
id: cache-key
run: echo "key=${{ runner.os }}-buildx-${{ hashFiles('**/yarn.lock') }}" >> $GITHUB_OUTPUT
Expand All @@ -47,12 +41,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Yarn 4.5.3
run: |
corepack enable
corepack prepare [email protected] --activate
yarn --version
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

# Install dependencies
RUN npm install -g [email protected]
RUN yarn --version
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile

Expand Down

0 comments on commit 12b3ec4

Please sign in to comment.