Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Sep 1, 2024
1 parent 33edd95 commit 60f53e0
Showing 1 changed file with 20 additions and 25 deletions.
45 changes: 20 additions & 25 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,27 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: 'Build checkout'
uses: actions/checkout@v4
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
fetch-depth: 0

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
node-version: '20'
cache: 'yarn'
env:
SKIP_YARN_COREPACK_CHECK: true

- run: |
corepack enable
- run: |
yarn set version berry
- name: setup git config
run: |
git config user.name "Salim Kanoun"
git config user.email "[email protected]"
- uses: docker/metadata-action@v4
with:
images: ghcr.io/pixilib/gaelo-flow-frontend
tags: |
Expand All @@ -40,24 +53,6 @@ jobs:
username: 'salimkanoun'
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
env:
SKIP_YARN_COREPACK_CHECK: true

- run: |
corepack enable
- run: |
yarn set version berry
- name: setup git config
run: |
git config user.name "Salim Kanoun"
git config user.email "[email protected]"
- run: yarn install

- name: 'set version'
Expand Down

0 comments on commit 60f53e0

Please sign in to comment.