File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1515 - name : Checkout repository
1616 uses : actions/checkout@v4
1717
18+ - name : Set up Docker Buildx
19+ uses : docker/setup-buildx-action@v3
20+
1821 - name : Log in to the Container registry
1922 uses : docker/login-action@v3
2023 with :
3942 push : true
4043 tags : ${{ steps.meta-api.outputs.tags }}
4144 labels : ${{ steps.meta-api.outputs.labels }}
45+ # using registry cache
46+ cache-from : type=registry,ref=ghcr.io/developmentseed/stac-semantic-search/api:cache
47+ cache-to : type=registry,ref=ghcr.io/developmentseed/stac-semantic-search/api:cache,mode=max
4248
4349 build-and-push-streamlit :
4450 runs-on : ubuntu-latest
4955 - name : Checkout repository
5056 uses : actions/checkout@v4
5157
58+ - name : Set up Docker Buildx
59+ uses : docker/setup-buildx-action@v3
60+
5261 - name : Log in to the Container registry
5362 uses : docker/login-action@v3
5463 with :
7382 push : true
7483 tags : ${{ steps.meta-streamlit.outputs.tags }}
7584 labels : ${{ steps.meta-streamlit.outputs.labels }}
85+ cache-from : type=gha
86+ cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments