0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Cleanup PR

This commit is contained in:
SorsOps 2024-06-04 11:11:58 +02:00
parent 3b3fbc2ccd
commit 057934c883
No known key found for this signature in database
GPG key ID: E9EC78C740654016

View file

@ -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