From 057934c883bd7b452a816e44d76bdebf558fd06a Mon Sep 17 00:00:00 2001 From: SorsOps <80043879+sorsOps@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:11:58 +0200 Subject: [PATCH] Cleanup PR --- .github/workflows/pr.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index b1a56d72d..23f9290ec 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,6 +13,7 @@ jobs: include: - dockerfile: Dockerfile.frontend type: pr-frontend + name: frontend permissions: contents: read packages: write @@ -42,9 +43,9 @@ jobs: ghcr.io/tokens-studio/tokens-studio-for-penpot - name: prebuild run: | - echo "Building ${{ matrix.type }} image" - ./manage.sh build-${{matrix.type}}-bundle - mv ./bundles/${{matrix.type}} ./docker/images/bundle-${{matrix.type}}/ + echo "Building ${{ matrix.name }} image" + ./manage.sh build-${{matrix.name}}-bundle + mv ./bundles/${{matrix.name}} ./docker/images/bundle-${{matrix.name}}/ - name: Publish Docker images uses: docker/build-push-action@v5