Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lindesvard committed Nov 21, 2024
1 parent 56d9618 commit 02bed95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: '20'

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down Expand Up @@ -105,8 +105,7 @@ jobs:
with:
context: .
file: apps/api/Dockerfile
push: false
private: true
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
Expand Down

0 comments on commit 02bed95

Please sign in to comment.