|
|
|
@ -60,8 +60,8 @@ jobs:
|
|
|
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
cache-from: type=gha
|
|
|
|
|
cache-to: type=gha,mode=max
|
|
|
|
|
# cache-from: type=gha
|
|
|
|
|
# cache-to: type=gha,mode=max
|
|
|
|
|
|
|
|
|
|
web:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
@ -110,8 +110,8 @@ jobs:
|
|
|
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
cache-from: type=gha
|
|
|
|
|
cache-to: type=gha,mode=max
|
|
|
|
|
# cache-from: type=gha
|
|
|
|
|
# cache-to: type=gha,mode=max
|
|
|
|
|
omnibus:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
permissions:
|
|
|
|
@ -157,5 +157,5 @@ jobs:
|
|
|
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
cache-from: type=gha
|
|
|
|
|
cache-to: type=gha,mode=max
|
|
|
|
|
# cache-from: type=gha
|
|
|
|
|
# cache-to: type=gha,mode=max
|