Skip to content

Commit

Permalink
testing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticfalcon committed Sep 13, 2023
1 parent ca4fdd3 commit 0b864e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: docker-core.artifacts.furycloud.io/mercadolibre/fury-core/fury-core-ci
flavor: |
latest=false
images: docker-core.artifacts.furycloud.io/mercadolibre/fury-core/${{ github.repository }}

- uses: actions/setup-node@v2
- name: Build config
Expand All @@ -21,7 +23,7 @@ jobs:
run: yarn install --frozen-file

- run: |
echo "Labels: LABELS"
echo "Labels: $LABELS"
echo "Tags: $TAGS"
env:
TAGS: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 0b864e3

Please sign in to comment.