mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
Cleanup PR
This commit is contained in:
parent
3b3fbc2ccd
commit
057934c883
1 changed files with 4 additions and 3 deletions
7
.github/workflows/pr.yaml
vendored
7
.github/workflows/pr.yaml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- dockerfile: Dockerfile.frontend
|
- dockerfile: Dockerfile.frontend
|
||||||
type: pr-frontend
|
type: pr-frontend
|
||||||
|
name: frontend
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
@ -42,9 +43,9 @@ jobs:
|
||||||
ghcr.io/tokens-studio/tokens-studio-for-penpot
|
ghcr.io/tokens-studio/tokens-studio-for-penpot
|
||||||
- name: prebuild
|
- name: prebuild
|
||||||
run: |
|
run: |
|
||||||
echo "Building ${{ matrix.type }} image"
|
echo "Building ${{ matrix.name }} image"
|
||||||
./manage.sh build-${{matrix.type}}-bundle
|
./manage.sh build-${{matrix.name}}-bundle
|
||||||
mv ./bundles/${{matrix.type}} ./docker/images/bundle-${{matrix.type}}/
|
mv ./bundles/${{matrix.name}} ./docker/images/bundle-${{matrix.name}}/
|
||||||
|
|
||||||
- name: Publish Docker images
|
- name: Publish Docker images
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
Loading…
Add table
Reference in a new issue