Skip to content

Commit 4cf75d8

Browse files
committed
Update docker-push-uat-image.yml
1 parent b749789 commit 4cf75d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-push-uat-image.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: meta_app
3434
uses: docker/metadata-action@v3
3535
with:
36-
images: ualbertalib/dmp_roadmap
36+
images: aaronskiba/roadmap
3737
flavor: |
3838
suffix=-app,onlatest=true
3939
tags: |
@@ -45,7 +45,7 @@ jobs:
4545
id: meta_assets
4646
uses: docker/metadata-action@v3
4747
with:
48-
images: ualbertalib/dmp_roadmap
48+
images: aaronskiba/roadmap
4949
flavor: |
5050
suffix=-assets,onlatest=true
5151
tags: |
@@ -62,9 +62,9 @@ jobs:
6262
tags: |
6363
${{ steps.meta_app.outputs.tags }}
6464
# Fetch existing build cache from Docker Hub, if available
65-
cache-from: type=registry,ref=ualbertalib/dmp_roadmap:build-cache-app
65+
cache-from: type=registry,ref=aaronskiba/roadmap:build-cache-app
6666
# Push the updated build cache to Docker Hub
67-
cache-to: type=registry,ref=ualbertalib/dmp_roadmap:build-cache-app,mode=max
67+
cache-to: type=registry,ref=aaronskiba/roadmap:build-cache-app,mode=max
6868

6969
- name: Build and push the assets stage image
7070
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
@@ -77,6 +77,6 @@ jobs:
7777
${{ steps.meta_assets.outputs.tags }}
7878
# Fetch existing build cache from Docker Hub, if available
7979
# else, built `app` layer will be used as a fallback cache
80-
cache-from: type=registry,ref=ualbertalib/dmp_roadmap:build-cache-assets
80+
cache-from: type=registry,ref=aaronskiba/roadmap:build-cache-assets
8181
# Push the updated build cache to Docker Hub
82-
cache-to: type=registry,ref=ualbertalib/dmp_roadmap:build-cache-assets,mode=max
82+
cache-to: type=registry,ref=aaronskiba/roadmap:build-cache-assets,mode=max

0 commit comments

Comments
 (0)