Skip to content

Commit

Permalink
Merge branch 'local-branch' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Dec 4, 2023
2 parents a6f34f7 + 6506c8a commit 57e24e9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-run-playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Docker Run
description: Run scripts in custom docker image
runs:
using: docker
image: ghcr.io/porsche-design-system/porsche-design-system/playwright:v1.39.0-focal-test2
image: ghcr.io/chbinousamy/porsche-design-system/playwright:v1.39.0-focal-test
3 changes: 3 additions & 0 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build:
name: Build and Push Docker Image
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
required: true
name: 'Build and Test'
env:
PDS_PLAYWRIGHT_DOCKER_IMAGE: ghcr.io/porsche-design-system/porsche-design-system/playwright:v1.39.0-focal-test2
PDS_PLAYWRIGHT_DOCKER_IMAGE: ghcr.io/chbinousamy/porsche-design-system/playwright:v1.39.0-focal-test
jobs:
assets-unit:
name: 'Assets Unit'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
required: true
name: 'Deploy and Release'
env:
PDS_PLAYWRIGHT_DOCKER_IMAGE: ghcr.io/porsche-design-system/porsche-design-system/playwright:v1.39.0-focal-test2
PDS_PLAYWRIGHT_DOCKER_IMAGE: ghcr.io/chbinousamy/porsche-design-system/playwright:v1.39.0-focal-test
jobs:
assets-deployment:
name: 'Assets Deployment'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
OSO_PROJECT_NAME: porsche_design_system
OSO_AWS_ECR_REGISTRY: 215495424956.dkr.ecr.eu-central-1.amazonaws.com
PDS_DOCKER_IMAGE: ghcr.io/porsche-design-system/porsche-design-system/playwright:v1.39.0-focal-test2
PDS_DOCKER_IMAGE: ghcr.io/chbinousamy/porsche-design-system/playwright:v1.39.0-focal-test
steps:
- name: 'Checkout'
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion docker/node/build-and-push-base-image-playwright.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

REGISTRY=ghcr.io/porsche-design-system/porsche-design-system
REGISTRY=ghcr.io/chbinousamy/porsche-design-system
IMAGE=playwright
TAG=v1.39.0-focal-test2

Expand Down

0 comments on commit 57e24e9

Please sign in to comment.