|
33 | 33 | id: meta_app
|
34 | 34 | uses: docker/metadata-action@v3
|
35 | 35 | with:
|
36 |
| - images: ualbertalib/dmp_roadmap |
| 36 | + images: aaronskiba/roadmap |
37 | 37 | flavor: |
|
38 | 38 | suffix=-app,onlatest=true
|
39 | 39 | tags: |
|
|
45 | 45 | id: meta_assets
|
46 | 46 | uses: docker/metadata-action@v3
|
47 | 47 | with:
|
48 |
| - images: ualbertalib/dmp_roadmap |
| 48 | + images: aaronskiba/roadmap |
49 | 49 | flavor: |
|
50 | 50 | suffix=-assets,onlatest=true
|
51 | 51 | tags: |
|
|
62 | 62 | tags: |
|
63 | 63 | ${{ steps.meta_app.outputs.tags }}
|
64 | 64 | # 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 |
66 | 66 | # 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 |
68 | 68 |
|
69 | 69 | - name: Build and push the assets stage image
|
70 | 70 | uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
|
77 | 77 | ${{ steps.meta_assets.outputs.tags }}
|
78 | 78 | # Fetch existing build cache from Docker Hub, if available
|
79 | 79 | # 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 |
81 | 81 | # 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