File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7979 platforms : linux/amd64
8080 tags : |
8181 ghcr.io/deinfreu/hytale-server:${{ steps.set_tag.outputs.tag_prefix }}${{ steps.get_version.outputs.version }}
82- cache-from : type=gha,scope=${{ matrix.tag_suffix }}-${{ steps.get_version.outputs.version }}
83- cache-to : type=gha,mode=max,scope=${{ matrix.tag_suffix }}-${{ steps.get_version.outputs.version }}
82+ cache-from : type=gha
83+ cache-to : type=gha,mode=max
8484 - name : Build & push to Docker Hub
8585 uses : docker/build-push-action@v6
8686 with :
9090 platforms : linux/amd64
9191 tags : |
9292 deinfreu/hytale-server:${{ steps.set_tag.outputs.tag_prefix }}${{ steps.get_version.outputs.version }}
93- cache-from : type=gha,scope=${{ matrix.tag_suffix }}-${{ steps.get_version.outputs.version }}
94- cache-to : type=gha,mode=max,scope=${{ matrix.tag_suffix }}-${{ steps.get_version.outputs.version }}
93+ cache-from : type=gha
94+ cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 6565 platforms : linux/amd64
6666 tags : |
6767 ghcr.io/deinfreu/hytale-server:${{ matrix.tag_suffix }}
68- cache-from : type=gha,scope=${{ matrix.tag_suffix }}
69- cache-to : type=gha,mode=max,scope=${{ matrix.tag_suffix }}
68+ cache-from : type=gha
69+ cache-to : type=gha,mode=max
7070 - name : Build & push to Docker Hub
7171 uses : docker/build-push-action@v6
7272 with :
7676 platforms : linux/amd64
7777 tags : |
7878 deinfreu/hytale-server:${{ matrix.tag_suffix }}
79- cache-from : type=gha,scope=${{ matrix.tag_suffix }}
80- cache-to : type=gha,mode=max,scope=${{ matrix.tag_suffix }}
79+ cache-from : type=gha
80+ cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments