Skip to content

Commit f00efcd

Browse files
chore (DVIZ-64): add org name to docker images
1 parent e75b606 commit f00efcd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-pre-release-wordpress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
uses: docker/build-push-action@v6
7878
with:
7979
platforms: linux/amd64,linux/arm64
80-
cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY }}/data-viz/wordpress:buildcache
81-
cache-to: type=registry,ref=${{ vars.DOCKER_REGISTRY }}/data-viz/wordpress:buildcache,mode=max
80+
cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY }}/devgateway/data-viz/wordpress:buildcache
81+
cache-to: type=registry,ref=${{ vars.DOCKER_REGISTRY }}/devgateway/data-viz/wordpress:buildcache,mode=max
8282
context: .
8383
push: true
8484
build-args: |

.github/workflows/build-and-release-wordpress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
uses: docker/build-push-action@v6
7474
with:
7575
platforms: linux/amd64,linux/arm64
76-
cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY }}/data-viz/wordpress:buildcache
77-
cache-to: type=registry,ref=${{ vars.DOCKER_REGISTRY }}/data-viz/wordpress:buildcache,mode=max
76+
cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY }}/devgateway/data-viz/wordpress:buildcache
77+
cache-to: type=registry,ref=${{ vars.DOCKER_REGISTRY }}/devgateway/data-viz/wordpress:buildcache,mode=max
7878
context: .
7979
push: true
8080
build-args: |

0 commit comments

Comments
 (0)